Merge pull request #14065 from hugueskamba/hk_cmake_streamline_kvstore

CMake: streamline kvstore support
pull/14020/head
Martin Kojtal 2020-12-18 14:16:38 +00:00 committed by GitHub
commit 569db57d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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
)

View File

@ -17,4 +17,5 @@ target_link_libraries(mbed-storage-securestore
INTERFACE
mbed-storage-kvstore
mbed-device_key
mbed-mbedtls
)