ARMmbed / mbed-os-example-sockets

Simple example for the network-socket API
Apache License 2.0
20 stars 38 forks source link

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

Closed rwalton-arm closed 2 years ago

rwalton-arm commented 2 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.