From 27e64a82b8d096b5e1d8a2531cec3fd92a266ce5 Mon Sep 17 00:00:00 2001 From: Yahya Tawil <77315661+16L-YT@users.noreply.github.com> Date: Sat, 22 May 2021 11:40:36 +0300 Subject: [PATCH] Add the missing mbed-storage libraries Refer to #14660 --- connectivity/FEATURE_BLE/source/generic/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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 +)