BLE: Add MemorySecurityDb.cpp and SecurityDb.cpp to CMake.

pull/14198/head
Vincent Coubard 2021-01-27 15:03:06 +00:00 committed by Paul Szczepanek
parent f515c41a76
commit cf33ed0668
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ target_sources(mbed-ble
GapImpl.cpp GapImpl.cpp
GattClientImpl.cpp GattClientImpl.cpp
KVStoreSecurityDb.cpp KVStoreSecurityDb.cpp
MemorySecurityDb.cpp
PrivateAddressController.cpp PrivateAddressController.cpp
SecurityDb.cpp
SecurityManagerImpl.cpp SecurityManagerImpl.cpp
) )