We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d0f4f7 + 2c10c04 commit 4d07850Copy full SHA for 4d07850
atecc608a/CMakeLists.txt
@@ -9,6 +9,8 @@ set(APP_TARGET mbed-os-example-atecc608a)
9
10
include(${MBED_PATH}/tools/cmake/app.cmake)
11
12
+project(${APP_TARGET})
13
+
14
add_subdirectory(${MBED_PATH})
15
16
add_subdirectory(mbed-os-atecc608a)
@@ -17,8 +19,6 @@ add_executable(${APP_TARGET})
17
19
18
20
mbed_configure_app_target(${APP_TARGET})
21
-project(${APP_TARGET})
-
22
target_include_directories(${APP_TARGET}
23
PRIVATE
24
.
atecc608a/mbed-os.lib
@@ -1 +1 @@
1
-https://github.com/ARMmbed/mbed-os/#d147abc3e556c58e5e343d34b729bc2192e18bd3
+https://github.com/ARMmbed/mbed-os/#3377f083b3a6bd7a1b45ed2cea5cf083b9007527
0 commit comments