# CMake (/integration/cmake)



Overview [#overview]

When you export C code, a skeleton `CMakeLists.txt` file is generated for easy integration into your build system.

Additionally, a `file_list_gen.cmake` file is created to manage which files are included during compilation. This ensures that only the appropriate source files and headers are built into your project.

Usage [#usage]

TODO
