mirror of https://github.com/ARMmbed/mbed-os.git
CMake: streamline kvstore support
Link KVStore dependency in Mbed OS so application projects do not have to.pull/14065/head
parent
f7f13b48b7
commit
eedd0b3258
|
@ -14,3 +14,8 @@ target_include_directories(mbed-storage-kvstore
|
|||
include
|
||||
include/kvstore
|
||||
)
|
||||
|
||||
target_link_libraries(mbed-storage-kvstore
|
||||
INTERFACE
|
||||
mbed-storage-kv-global-api
|
||||
)
|
||||
|
|
|
@ -17,4 +17,5 @@ target_link_libraries(mbed-storage-securestore
|
|||
INTERFACE
|
||||
mbed-storage-kvstore
|
||||
mbed-device_key
|
||||
mbed-mbedtls
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue