samples: Remove deprecated cmake macros

This commit is contained in:
Ash Logan 2019-05-22 11:56:28 +10:00
parent 3452359c0c
commit 540b1de3a7
3 changed files with 0 additions and 8 deletions

View File

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

View File

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

View File

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