ARMmbed / mbed-os-example-ble

BLE demos using mbed OS and mbed cli
Apache License 2.0
134 stars 118 forks source link

CMake: Make applications the top level CMake projects #387

Closed rwalton-arm closed 3 years ago

rwalton-arm commented 3 years ago

So CMake can work correctly we need to define our project before we add dependencies, otherwise the project we depend on will be registered as the current project.