How to compile a project from console
Is it possible to start compilation of a CLion cmake project from console?
My goal is to compile my project over ssh, where I have no GUI access, but I just want to compile the changes I have made to the project via git.
Thanks in advance
请先登录再写评论。
I not fully understood the question, but maybe this:
Oh ok, but will this compile to the same location where Clion compiles into?
No, to set build location set flag --build like this:
for example CLion execute command for build my project:
I think names e2dit-db4f164d and db4f164d are temporary