CMake: Fix Apollo3 BLE driver support

pull/14042/head
Hugues Kamba 2020-12-01 14:56:23 +00:00
parent f7f13b48b7
commit 7a6bf96998
1 changed files with 4 additions and 3 deletions

View File

@ -2,16 +2,17 @@
# SPDX-License-Identifier: Apache-2.0
target_include_directories(mbed-ble
PUBLIC
INTERFACE
.
)
target_sources(mbed-ble
PRIVATE
INTERFACE
AP3CordioHCIDriver.cpp
AP3CordioHCITransportDriver.cpp
)
target_link_libraries(mbed-ble
mbed-core
INTERFACE
mbed-core
)