Skip to content

Commit 7bdbf58

Browse files
authored
Merge pull request #196 from hugueskamba/hk_cmake_use_components
CMake: Add required Mbed OS component
2 parents 67b8e66 + 37ffaa7 commit 7bdbf58

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)