From 8a86595f45b7cd0c1e6e3815a0c873f6facf0b71 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Fri, 9 Jan 2009 20:35:21 -0500 Subject: [PATCH] COMP: forgot to commit this file Alex --- Source/cmExtraEclipseCDT4Generator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmExtraEclipseCDT4Generator.h b/Source/cmExtraEclipseCDT4Generator.h index 76079c8041..955d0aae3a 100644 --- a/Source/cmExtraEclipseCDT4Generator.h +++ b/Source/cmExtraEclipseCDT4Generator.h @@ -111,6 +111,7 @@ private: std::vector OutLinkedResources; std::string HomeDirectory; std::string HomeOutputDirectory; + std::set TargetsToIgnore; bool IsOutOfSourceBuild; bool GenerateSourceProject;