mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #14065 from hugueskamba/hk_cmake_streamline_kvstore
CMake: streamline kvstore supportpull/14020/head
commit
569db57d93
|
|
@ -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