We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21a8d2 commit 5909295Copy full SHA for 5909295
NFC_EEPROM/CMakeLists.txt
@@ -8,6 +8,8 @@ set(MBED_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/mbed-os CACHE INTERNAL "")
8
set(MBED_CONFIG_PATH ${CMAKE_CURRENT_SOURCE_DIR}/.mbedbuild CACHE INTERNAL "")
9
set(APP_TARGET NFC_EEPROM)
10
11
+include(${MBED_ROOT}/tools/cmake/app.cmake)
12
+
13
add_subdirectory(${MBED_ROOT})
14
15
add_executable(${APP_TARGET})
NFC_SmartPoster/CMakeLists.txt
set(APP_TARGET NFC_SmartPoster)
0 commit comments