Skip to content

Commit 82bbe9a

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CMakeLists.txt

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

2626
target_link_libraries(${APP_TARGET}
27-
mbed-os
28-
mbed-os-cellular
27+
PRIVATE
28+
mbed-os
29+
mbed-cellular
2930
)
3031

3132
mbed_generate_bin_hex(${APP_TARGET})

0 commit comments

Comments
 (0)