Skip to content

Commit 236985f

Browse files
authored
Merge pull request #226 from ARMmbed/release_candidate
Update for mbed-os-6.14.0
2 parents 99944d1 + 994cf7c commit 236985f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ set(APP_TARGET mbed-os-example-cellular)
99

1010
include(${MBED_PATH}/tools/cmake/app.cmake)
1111

12+
project(${APP_TARGET})
13+
1214
add_subdirectory(${MBED_PATH})
1315

1416
add_executable(${APP_TARGET})
1517

1618
mbed_configure_app_target(${APP_TARGET})
1719

18-
project(${APP_TARGET})
19-
2020
target_include_directories(${APP_TARGET}
2121
PUBLIC
2222
${CMAKE_CURRENT_SOURCE_DIR}/include

mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#d147abc3e556c58e5e343d34b729bc2192e18bd3
1+
https://github.com/ARMmbed/mbed-os/#3377f083b3a6bd7a1b45ed2cea5cf083b9007527

0 commit comments

Comments
 (0)