mbed-os/tools/export/cmake
Matthias L. Jugel 955a077930 fix #5985 CLion exporter results in cmake build directory, causes compiler to fail in unexpect... 2018-02-09 14:18:45 +00:00
..
CMakeLists.txt.tmpl fix #5985 CLion exporter results in cmake build directory, causes compiler to fail in unexpect... 2018-02-09 14:18:45 +00:00
README.md add cmake exporter for CLion use 2018-01-27 00:57:55 -06:00
__init__.py flatten the compiled files list 2018-01-27 00:57:57 -06: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.