Skip to content

Commit f67cd30

Browse files
authored
Merge pull request #77 from hugueskamba/hk_cmake_use_components
CMake: Add required Mbed OS component
2 parents c2e2084 + 5afbebd commit f67cd30

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

getting-started/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ target_sources(${APP_TARGET}
2929
main.cpp
3030
)
3131

32-
target_link_libraries(${APP_TARGET} mbed-os)
32+
target_link_libraries(${APP_TARGET}
33+
mbed-os
34+
mbed-os-psa
35+
)
3336

3437
mbed_generate_bin_hex(${APP_TARGET})
3538

0 commit comments

Comments
 (0)