Skip to content

Commit d0e687f

Browse files
authored
Merge pull request #200 from hugueskamba/hk_cmake_use_components
CMake: Add required Mbed OS component
2 parents 735eef7 + a511326 commit d0e687f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ 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-cellular
29+
)
2730

2831
mbed_generate_bin_hex(${APP_TARGET})
2932

0 commit comments

Comments
 (0)