Is it possible to load all the symbols and do the indexing without producing the cmake files?
Answered
This may be a stupid question, pardon my ignorance.
I have a cmake project and I want clion to load all the symbols so that I can navigate the code. I don't want clion to produce the cmake files, though. Is this possible?
.Jose
Please sign in to leave a comment.
Hi! Unfortunately it is not possible, since CLion relies on CMake output to understand the project structure. You might set `File | Settings | Build, Execution, Deployment | CMake` - `Generation path` outside of build tree as a workaround.