Skip to content

Commit 37ffaa7

Browse files
committed
CMake: Add required Mbed OS component
Mbed OS has multiple targets that can be linked to as required.
1 parent 67b8e66 commit 37ffaa7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ target_sources(${APP_TARGET}
3030
trace_helper.cpp
3131
)
3232

33-
target_link_libraries(${APP_TARGET} mbed-os)
33+
target_link_libraries(${APP_TARGET}
34+
mbed-os
35+
mbed-os-lorawan
36+
mbed-os-mbedtls
37+
)
3438

3539
mbed_generate_bin_hex(${APP_TARGET})
3640

0 commit comments

Comments
 (0)