mirror of https://github.com/ARMmbed/mbed-os.git
CMake: add missing linkages of storage libraries
parent
170c07ccdf
commit
c2cc43875a
|
@ -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
|
||||
)
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue