diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-01-10 01:35:21 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-01-10 01:35:21 (GMT) |
commit | 8a86595f45b7cd0c1e6e3815a0c873f6facf0b71 (patch) | |
tree | a6754d894df0d7fc079600da158f6b7c03fa85c8 /Source/cmExtraEclipseCDT4Generator.h | |
parent | 097af4b86ecadb0b76f0752a89907bc381d37eed (diff) | |
download | CMake-8a86595f45b7cd0c1e6e3815a0c873f6facf0b71.zip CMake-8a86595f45b7cd0c1e6e3815a0c873f6facf0b71.tar.gz CMake-8a86595f45b7cd0c1e6e3815a0c873f6facf0b71.tar.bz2 |
COMP: forgot to commit this file
Alex
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.h')
-rw-r--r-- | Source/cmExtraEclipseCDT4Generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.h b/Source/cmExtraEclipseCDT4Generator.h index 76079c8..955d0aa 100644 --- a/Source/cmExtraEclipseCDT4Generator.h +++ b/Source/cmExtraEclipseCDT4Generator.h @@ -111,6 +111,7 @@ private: std::vector<std::string> OutLinkedResources; std::string HomeDirectory; std::string HomeOutputDirectory; + std::set<std::string> TargetsToIgnore; bool IsOutOfSourceBuild; bool GenerateSourceProject; |