Skip to content

Commit c2cc438

Browse files
committed
CMake: add missing linkages of storage libraries
1 parent 170c07c commit c2cc438

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

drivers/device_key/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ target_sources(mbed-device_key
1717
target_link_libraries(mbed-device_key
1818
INTERFACE
1919
mbed-storage-kvstore
20+
mbed-storage-tdbstore
21+
mbed-storage-kv-global-api
2022
)

platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ target_link_libraries(mbed-psa
2424
INTERFACE
2525
mbed-mbedtls
2626
mbed-storage-kvstore
27+
mbed-storage-tdbstore
28+
mbed-storage-kv-global-api
29+
mbed-device_key
2730
)

0 commit comments

Comments
 (0)