mirror of https://github.com/ARMmbed/mbed-os.git
20 lines
422 B
CMake
20 lines
422 B
CMake
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
target_include_directories(mbed-ble
|
|
INTERFACE
|
|
.
|
|
)
|
|
|
|
target_sources(mbed-ble
|
|
INTERFACE
|
|
FileSecurityDb.cpp
|
|
GapImpl.cpp
|
|
GattClientImpl.cpp
|
|
KVStoreSecurityDb.cpp
|
|
MemorySecurityDb.cpp
|
|
PrivateAddressController.cpp
|
|
SecurityDb.cpp
|
|
SecurityManagerImpl.cpp
|
|
)
|