mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #13948 from rajkan01/simplify_ble_lib_inclusion
CMake: Simplify BLE library inclusionpull/13963/head
commit
483db06a5f
|
@ -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