CLion and MITK
MITK is a very large CMake-based project. It uses a lot of libraries (ITK, VTK, Qt and other) and allows making Super-Build for the entire project. I have tried to use CLion for MITK and something has gone wrong. I cannot work with the project. CLion does not create the project structure, index, autocomplete ... it does nothing at all. Just a set of inactive files. That is all.
What should I do to achieve the correct working process?
Thanks.
Please sign in to leave a comment.
Evgeny,
unfortunatly, CLion currently is not able to detect sources from custom targets (that are used in MITK project).
The only workaround is to add normal (library/executable) targets that list the fource files.
Anton,
Thank you for your answer. I have voted for CPP-1028. :)