mirror of https://github.com/ARMmbed/mbed-os.git
BLE: Add MemorySecurityDb.cpp and SecurityDb.cpp to CMake.
parent
f515c41a76
commit
cf33ed0668
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue