mbed-os/tools/export/cmake
Marcelo Salazar ccd95f1e14 Remove nRF51 targets
The following public nRF51 targets are being removed:

- NRF51822
- NRF51_DK
- NRF51_MICROBIT
2020-05-13 10:36:50 +01:00
..
CMakeLists.txt.tmpl Add combined hex target to CMake 2018-08-11 10:56:29 -07:00
README.md add cmake exporter for CLion use 2018-01-22 19:03:19 +01:00
__init__.py Remove nRF51 targets 2020-05-13 10:36:50 +01:00

README.md

CLion CMakeLists.txt Generator

This exporter generates a CMakeLists.txt file that can be used to develop mbed using IntelliJ CLion.

It will not create a functional CMake build system that mimics the mbed build system, but rather uses the mbed-cli itself to compile the targets. The generated files help CLion to understand the includes and dependencies of your code.

Run the following command to create/overwrite your CMakeLists.txt.

mbed export -i cmake_gcc_arm

Run the command again if files or libraries have been added or removed.