samples/swkbd: Rename output to swkbd_sample.rpx to avoid name conflict with swkbd.rpl

This commit is contained in:
James Benton 2019-01-10 09:43:28 +00:00
parent 7bee4c7ca4
commit 5177d7a6ee

View File

@ -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}")