mirror of https://github.com/ARMmbed/mbed-os.git
CMake: Fix BLE private address linker error
List newly added files in CMake input source files.pull/13566/head
parent
662e32ffb7
commit
0ddc75a8f6
|
@ -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
|
||||
|
|
|
@ -12,5 +12,6 @@ target_sources(mbed-os-ble
|
|||
GapImpl.cpp
|
||||
GattClientImpl.cpp
|
||||
KVStoreSecurityDb.cpp
|
||||
PrivateAddressController.cpp
|
||||
SecurityManagerImpl.cpp
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue