Skip to content

Commit 7a6bf96

Browse files
committed
CMake: Fix Apollo3 BLE driver support
1 parent f7f13b4 commit 7a6bf96

File tree

1 file changed

+4
-3
lines changed
  • connectivity/drivers/ble/FEATURE_BLE/TARGET_Ambiq_Micro/TARGET_Apollo3

1 file changed

+4
-3
lines changed

connectivity/drivers/ble/FEATURE_BLE/TARGET_Ambiq_Micro/TARGET_Apollo3/CMakeLists.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
target_include_directories(mbed-ble
5-
PUBLIC
5+
INTERFACE
66
.
77
)
88

99
target_sources(mbed-ble
10-
PRIVATE
10+
INTERFACE
1111
AP3CordioHCIDriver.cpp
1212
AP3CordioHCITransportDriver.cpp
1313
)
1414

1515
target_link_libraries(mbed-ble
16-
mbed-core
16+
INTERFACE
17+
mbed-core
1718
)

0 commit comments

Comments
 (0)