Working with CMake
CLion project model is based on CMake - the cross-platform automatic build system.
CMake itself doesn't build a project but passes the build rules and targets listed in CMakeLists.txt
file to a specific builder.
- CMakeLists File
- Reloading Project
- Resetting Cmake Cache
- Changing Configuration Types
- Changing Project Root Directory
- Viewing Generated CMake Files
- Quick CMake Tutorial
See Also
Languages, Frameworks and Technologies:
Reference:
Projects and Modules:
External Links:
Last modified: 20 July 2016