[CMake] CMake Eclipse & Resource Filters

Robert Dailey rcdailey.lists at gmail.com
Wed Jan 28 13:56:24 EST 2015


Hello,

I generate my project using Eclipse CDT4 - Ninja. I have a
subdirectory called "Third Party" under my source directory that
contains boost, QT, and a number of other very large libraries. I
notice that the C++ indexer in Eclipse processes files in these
directories and frequently locks up my machine or crashes. Indexing
takes up to 30 minutes if it decides to complete.

Is there a way I can specify resource filters in CMake scripts? If I
can do this, I can tell Eclipse to ignore the directories I don't want
it to scan or care about.

Thanks in advance. Using CMake v3.1


More information about the CMake mailing list