Merge pull request #13948 from rajkan01/simplify_ble_lib_inclusion

CMake: Simplify BLE library inclusion
pull/13963/head
Martin Kojtal 2020-11-25 13:37:11 +00:00 committed by GitHub
commit 483db06a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
)