CLion 没有提供自己的项目模型,不过它支持以下的项目格式:
- CMake
- Gradle (only the new Gradle C/C++ projects)
- JSON compilation database
- GNU Makefiles
每个格式的支持情况:
CMake | CompDB | CompDB with custom targets and configurations | Gradle | Makefiles | |
---|---|---|---|---|---|
Open project | |||||
New project wizard | |||||
Build | |||||
Run / Debug | |||||
WSL | |||||
Full remote mode | |||||
Valgrind Memcheck | |||||
Profiler | |||||
Sanitizers | |||||
Code coverage |
Add Comment