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 1745537 commit e911ed1Copy full SHA for e911ed1
getting-started/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 getting-started)
10
11
+include(${MBED_ROOT}/tools/cmake/app.cmake)
12
+
13
add_subdirectory(${MBED_ROOT})
14
15
add_executable(${APP_TARGET})
0 commit comments