diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-09-10 17:49:51 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-09-10 17:49:51 (GMT) |
commit | 6097c04c4d5f847dc7de1fb32f1cfd12b405db81 (patch) | |
tree | f3b8eb923c39d7d65ebfbdc49410074c58101e2d /Source/cmExtraEclipseCDT4Generator.h | |
parent | 10f39d8c802e23b5b6b0f249f5dd8b36cbcb24b5 (diff) | |
download | CMake-6097c04c4d5f847dc7de1fb32f1cfd12b405db81.zip CMake-6097c04c4d5f847dc7de1fb32f1cfd12b405db81.tar.gz CMake-6097c04c4d5f847dc7de1fb32f1cfd12b405db81.tar.bz2 |
sync target generation with the CodeBlocks generator
Basically the code is now a copy of the one from the CodeBlocks generator,
maybe this could move into a common helper function somewhere:
-only insert GLOBAL targets from the toplevel directory
-don't insert the edit_cache target if it calls ccmake, since this doesn't
work in the output tab of Eclipse
-add the /fast targets
Alex
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.h')
-rw-r--r-- | Source/cmExtraEclipseCDT4Generator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.h b/Source/cmExtraEclipseCDT4Generator.h index 7990edb..cb4226e 100644 --- a/Source/cmExtraEclipseCDT4Generator.h +++ b/Source/cmExtraEclipseCDT4Generator.h @@ -119,7 +119,6 @@ private: std::vector<std::string> OutLinkedResources; std::string HomeDirectory; std::string HomeOutputDirectory; - std::set<std::string> TargetsToIgnore; bool IsOutOfSourceBuild; bool GenerateSourceProject; |