Add the missing mbed-storage libraries

Refer to #14660
pull/14693/head
Yahya Tawil 2021-05-22 11:40:36 +03:00 committed by GitHub
parent 14e5d307bb
commit 27e64a82b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -17,3 +17,10 @@ target_sources(mbed-ble
SecurityDb.cpp
SecurityManagerImpl.cpp
)
target_link_libraries(mbed-ble
INTERFACE
mbed-storage-kvstore
mbed-storage-tdbstore
mbed-storage-kv-global-api
)