CMake: add missing linkages of storage libraries

pull/13908/head
Lingkai Dong 2020-11-19 14:00:58 +00:00
parent 170c07ccdf
commit c2cc43875a
2 changed files with 5 additions and 0 deletions

View File

@ -17,4 +17,6 @@ target_sources(mbed-device_key
target_link_libraries(mbed-device_key
INTERFACE
mbed-storage-kvstore
mbed-storage-tdbstore
mbed-storage-kv-global-api
)

View File

@ -24,4 +24,7 @@ target_link_libraries(mbed-psa
INTERFACE
mbed-mbedtls
mbed-storage-kvstore
mbed-storage-tdbstore
mbed-storage-kv-global-api
mbed-device_key
)