Merge pull request #14693 from 16L-YT/master

Fix compilation errors with kvstore - TDB_INTERNAL option to store BLE bonding info
pull/14760/head
Martin Kojtal 2021-06-09 16:35:56 +02:00 committed by GitHub
commit a8fd7b3f0e
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
)