CMake: target_link_library the BLE with CORDIO stack

- Security manager uses some feature from wsf which is part of the mbed-ble-cordio library so added target_link_library to link the BLE library to cordio stack lib.
pull/13948/head
Rajkumar Kanagaraj 2020-11-23 16:06:53 +00:00
parent f2278567d0
commit a964453edf
1 changed files with 5 additions and 0 deletions

View File

@ -15,3 +15,8 @@ target_sources(mbed-ble
GattServer.cpp
SecurityManager.cpp
)
target_link_libraries(mbed-ble
INTERFACE
mbed-ble-cordio
)