Skip to content

Commit b2ac8b7

Browse files
authored
Merge pull request #56 from hugueskamba/hk_cmake_use_components
CMake: Add required Mbed OS component
2 parents b296de7 + 448fd62 commit b2ac8b7

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
@@ -23,7 +23,11 @@ target_sources(${APP_TARGET}
2323
main.cpp
2424
)
2525

26-
target_link_libraries(${APP_TARGET} mbed-os)
26+
target_link_libraries(${APP_TARGET}
27+
mbed-os
28+
mbed-os-device_key
29+
mbed-os-mbedtls
30+
)
2731

2832
mbed_generate_bin_hex(${APP_TARGET})
2933

0 commit comments

Comments
 (0)