Is it possible to load all the symbols and do the indexing without producing the cmake files?
已回答
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
请先登录再写评论。
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.