Skip to content

Commit a8fd7b3

Browse files
authored
Merge pull request #14693 from 16L-YT/master
Fix compilation errors with kvstore - TDB_INTERNAL option to store BLE bonding info
2 parents 386f197 + ae31d20 commit a8fd7b3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

connectivity/FEATURE_BLE/source/generic/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ target_sources(mbed-ble
1717
SecurityDb.cpp
1818
SecurityManagerImpl.cpp
1919
)
20+
21+
target_link_libraries(mbed-ble
22+
INTERFACE
23+
mbed-storage-kvstore
24+
mbed-storage-tdbstore
25+
mbed-storage-kv-global-api
26+
)

0 commit comments

Comments
 (0)