Clion Change Project Template
2 answers
Read How to Create a C Project Using CLion . There is no way to create a default C project, but you can use the information in this post to prepare the CMakeLists.txt.
+2
source to share
Starting with version 2016.3.2, you can select the language (C or C ++) and the project type (Executable or Library) when creating a new project.
(Although it was in CodeBlocks, for example, for as long as I can remember)) And I still haven't figured out if I can create my own "project". Well IMHO CLion clearly sucks this way when compared to CodeBlocks where I CAN WRITE MY SCRIPT FOR ALMOST EVERYTHING AND configure this IDE this way (()
https://blog.jetbrains.com/clion/2016/12/clion-2016-3-2-eap/#prj_templates
+1
source to share