Clion Change Project Template

Hi i am programming in c and i like using clion. Is there a way to change the default way of creating files in a new project? I would like this to create a main.c and make file to reflect this.

+3


source to share


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


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







All Articles