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.
2 parents 99944d1 + 994cf7c commit 236985fCopy full SHA for 236985f
CMakeLists.txt
@@ -9,14 +9,14 @@ set(APP_TARGET mbed-os-example-cellular)
9
10
include(${MBED_PATH}/tools/cmake/app.cmake)
11
12
+project(${APP_TARGET})
13
+
14
add_subdirectory(${MBED_PATH})
15
16
add_executable(${APP_TARGET})
17
18
mbed_configure_app_target(${APP_TARGET})
19
-project(${APP_TARGET})
-
20
target_include_directories(${APP_TARGET}
21
PUBLIC
22
${CMAKE_CURRENT_SOURCE_DIR}/include
mbed-os.lib
@@ -1 +1 @@
1
-https://github.com/ARMmbed/mbed-os/#d147abc3e556c58e5e343d34b729bc2192e18bd3
+https://github.com/ARMmbed/mbed-os/#3377f083b3a6bd7a1b45ed2cea5cf083b9007527
0 commit comments