Skip to content

Commit 483db06

Browse files
authored
Merge pull request #13948 from rajkan01/simplify_ble_lib_inclusion
CMake: Simplify BLE library inclusion
2 parents 58c0319 + a964453 commit 483db06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

connectivity/FEATURE_BLE/source/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ target_sources(mbed-ble
1515
GattServer.cpp
1616
SecurityManager.cpp
1717
)
18+
19+
target_link_libraries(mbed-ble
20+
INTERFACE
21+
mbed-ble-cordio
22+
)

0 commit comments

Comments
 (0)