mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-06 06:14:19 +01:00
samples: Remove deprecated cmake macros
This commit is contained in:
parent
3452359c0c
commit
540b1de3a7
@ -12,7 +12,6 @@ target_link_libraries(curl
|
||||
nsysnet
|
||||
nlibcurl)
|
||||
|
||||
wut_enable_newlib(curl)
|
||||
wut_create_rpx(curl.rpx curl)
|
||||
|
||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/curl.rpx"
|
||||
|
@ -12,10 +12,6 @@ target_link_libraries(helloworld_cpp
|
||||
sysapp
|
||||
nn_ac)
|
||||
|
||||
wut_default_malloc(helloworld_cpp)
|
||||
wut_enable_newlib(helloworld_cpp)
|
||||
wut_enable_stdcpp(helloworld_cpp)
|
||||
|
||||
wut_create_rpx(helloworld_cpp.rpx
|
||||
helloworld_cpp)
|
||||
|
||||
|
@ -16,9 +16,6 @@ target_link_libraries(swkbd
|
||||
nn_swkbd
|
||||
vpad)
|
||||
|
||||
wut_enable_newlib(swkbd)
|
||||
wut_enable_stdcpp(swkbd)
|
||||
|
||||
wut_create_rpx(swkbd_sample.rpx
|
||||
swkbd)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user