ARMmbed / mbed-os-example-blinky

Blinky example for Mbed OS 6.0
Apache License 2.0
42 stars 157 forks source link

CMake: Do not include the removed mbed-os/cmake/app.cmake module #226

Closed hugueskamba closed 3 years ago

hugueskamba commented 3 years ago

The module has been removed in mbed-os. Add the mbed-os sub-directory instead to process its CMakeLists.txt source file. This commit also set the name of the executable target to match the project name.

Test with: https://github.com/ARMmbed/mbed-os/pull/13378