Add more directories to the "Project Viewer"
已回答
My folder tree is
-- root
---- .git
---- SourceFiles
---- BuildOutput
---- Artifacts
The cmake is outputting to BuildOutput, but the cmakelist root is in SourceFiles, so what I see in "Project View" on the left pane is only the SourceFiles.
I want to show also BuildOutput directory and Artifacts directory (outputs from `install` commands)
Thank you
请先登录再写评论。
Hello!
You can change project root - https://www.jetbrains.com/help/clion/change-project-root-directory.html
404.
Also, there is no "Project Structure" in CLion.
Is there another way?
Thank you
The link got corrupted, sorry. I corrected it.
Perfect!
Thank you!