mirror of https://github.com/ARMmbed/mbed-os.git
parent
14e5d307bb
commit
27e64a82b8
|
@ -17,3 +17,10 @@ target_sources(mbed-ble
|
||||||
SecurityDb.cpp
|
SecurityDb.cpp
|
||||||
SecurityManagerImpl.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