diff --git a/connectivity/FEATURE_BLE/source/generic/CMakeLists.txt b/connectivity/FEATURE_BLE/source/generic/CMakeLists.txt index 30fecfba2a..085a834380 100644 --- a/connectivity/FEATURE_BLE/source/generic/CMakeLists.txt +++ b/connectivity/FEATURE_BLE/source/generic/CMakeLists.txt @@ -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 +)