mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:24:17 +01:00
samples/swkbd: Rename output to swkbd_sample.rpx to avoid name conflict with swkbd.rpl
This commit is contained in:
parent
7bee4c7ca4
commit
5177d7a6ee
@ -19,8 +19,8 @@ target_link_libraries(swkbd
|
||||
wut_enable_newlib(swkbd)
|
||||
wut_enable_stdcpp(swkbd)
|
||||
|
||||
wut_create_rpx(swkbd.rpx
|
||||
wut_create_rpx(swkbd_sample.rpx
|
||||
swkbd)
|
||||
|
||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/swkbd.rpx"
|
||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/swkbd_sample.rpx"
|
||||
DESTINATION "${CMAKE_INSTALL_PREFIX}")
|
||||
|
Loading…
Reference in New Issue
Block a user