mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-26 20:07:32 -05:00
samples/cmake: Update to use new cmake functions.
This commit is contained in:
@@ -5,8 +5,7 @@ include("${DEVKITPRO}/wut/share/wut.cmake" REQUIRED)
|
||||
add_executable(helloworld_cpp
|
||||
main.cpp)
|
||||
|
||||
wut_create_rpx(helloworld_cpp.rpx
|
||||
helloworld_cpp)
|
||||
wut_create_rpx(helloworld_cpp)
|
||||
|
||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/helloworld_cpp.rpx"
|
||||
DESTINATION "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
Reference in New Issue
Block a user