CMake: Fix BLE private address linker error

List newly added files in CMake input source files.
pull/13566/head
Hugues Kamba 2020-10-15 18:08:08 +01:00
parent 662e32ffb7
commit 0ddc75a8f6
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ target_sources(mbed-os-ble-cordio
source/PalEventQueueImpl.cpp
source/PalGapImpl.cpp
source/PalGenericAccessServiceImpl.cpp
source/PalPrivateAddressControllerImpl.cpp
source/PalSecurityManagerImpl.cpp
stack_adaptation/hci_tr.c

View File

@ -12,5 +12,6 @@ target_sources(mbed-os-ble
GapImpl.cpp
GattClientImpl.cpp
KVStoreSecurityDb.cpp
PrivateAddressController.cpp
SecurityManagerImpl.cpp
)