mbed-os/tools/export/cmake
Jimmy Brisson 14255ca113 Correct syntax for mbed export in Py3 2018-03-16 13:08:20 -05:00
..
CMakeLists.txt.tmpl
README.md
__init__.py

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.