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 4e705ae commit 10dd561Copy full SHA for 10dd561
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 mbed-os-example-devicekey)
10
11
+include(${MBED_ROOT}/tools/cmake/app.cmake)
12
+
13
add_subdirectory(${MBED_ROOT})
14
15
add_executable(${APP_TARGET})
0 commit comments