mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #14693 from 16L-YT/master
Fix compilation errors with kvstore - TDB_INTERNAL option to store BLE bonding infopull/14760/head
commit
a8fd7b3f0e
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue