Skip to content

Commit d21a8d2

Browse files
committed
CMake: Use renamed Mbed CMake targets component
They are now prefixed with "mbed-" instead of "mbed-os-"
1 parent 5fe4f0e commit d21a8d2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

NFC_EEPROM/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ target_sources(${APP_TARGET}
3333
)
3434

3535
target_link_libraries(${APP_TARGET}
36-
mbed-os
37-
mbed-os-nfc
36+
PRIVATE
37+
mbed-os
38+
mbed-nfc
3839
)
3940

4041
mbed_generate_bin_hex(${APP_TARGET})

NFC_SmartPoster/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ target_sources(${APP_TARGET}
3232
)
3333

3434
target_link_libraries(${APP_TARGET}
35-
mbed-os
36-
mbed-os-nfc
35+
PRIVATE
36+
mbed-os
37+
mbed-nfc
3738
)
3839

3940
mbed_generate_bin_hex(${APP_TARGET})

0 commit comments

Comments
 (0)