diff --git a/connectivity/FEATURE_BLE/source/CMakeLists.txt b/connectivity/FEATURE_BLE/source/CMakeLists.txt index 1ee562c4fcc..11ed260a9b9 100644 --- a/connectivity/FEATURE_BLE/source/CMakeLists.txt +++ b/connectivity/FEATURE_BLE/source/CMakeLists.txt @@ -15,3 +15,8 @@ target_sources(mbed-ble GattServer.cpp SecurityManager.cpp ) + +target_link_libraries(mbed-ble + INTERFACE + mbed-ble-cordio +)