mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
f2278567d0
commit
a964453edf
|
@ -15,3 +15,8 @@ target_sources(mbed-ble
|
|||
GattServer.cpp
|
||||
SecurityManager.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(mbed-ble
|
||||
INTERFACE
|
||||
mbed-ble-cordio
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue