From cf33ed06689dfc6724e7f4caa3f9de4e8d1ba877 Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Wed, 27 Jan 2021 15:03:06 +0000 Subject: [PATCH] BLE: Add MemorySecurityDb.cpp and SecurityDb.cpp to CMake. --- connectivity/FEATURE_BLE/source/generic/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/connectivity/FEATURE_BLE/source/generic/CMakeLists.txt b/connectivity/FEATURE_BLE/source/generic/CMakeLists.txt index eec11d5e4c..30fecfba2a 100644 --- a/connectivity/FEATURE_BLE/source/generic/CMakeLists.txt +++ b/connectivity/FEATURE_BLE/source/generic/CMakeLists.txt @@ -12,6 +12,8 @@ target_sources(mbed-ble GapImpl.cpp GattClientImpl.cpp KVStoreSecurityDb.cpp + MemorySecurityDb.cpp PrivateAddressController.cpp + SecurityDb.cpp SecurityManagerImpl.cpp )