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

已回答

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

Hello!

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

0

请先登录再写评论。