ARMmbed / mbed-os-example-tls

mbed TLS Sample application
Apache License 2.0
30 stars 52 forks source link

CMake: Make applications the top level CMake projects #303

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.

Patater commented 3 years ago

Travis passed, but failed to report back