ARMmbed / mbed-os-example-mbed-crypto

Mbed Crypto example for Mbed OS 5
Apache License 2.0
5 stars 19 forks source link

CMake: Make the application the top level CMake project #98

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.