Building a C/C++ project manually exactly same as CLion

Answered

How can I manually build my C/C++ project with the same steps as CLion building? (How can I copy the steps of building a project that the CLion makes behind the scenes?)

1
1 comment

Hello!

If it's a CMake project, you can check the commands which CLion uses in the CMake tool window.

0

Please sign in to leave a comment.