From fbda95883c3a86e5b808c78fa433bd9dbcc93754 Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Wed, 17 Oct 2012 23:45:02 +0200 Subject: Eclipse: add switch to disable linked resources (#13189) Eclipse may get confused by these linked resources, because it sees the same source file multiple times then and doesn't recognize that it's the same file actually. Alex --- Source/cmExtraEclipseCDT4Generator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/cmExtraEclipseCDT4Generator.h') diff --git a/Source/cmExtraEclipseCDT4Generator.h b/Source/cmExtraEclipseCDT4Generator.h index 37ce65e757..31ad68da9b 100644 --- a/Source/cmExtraEclipseCDT4Generator.h +++ b/Source/cmExtraEclipseCDT4Generator.h @@ -109,6 +109,7 @@ private: std::string HomeOutputDirectory; bool IsOutOfSourceBuild; bool GenerateSourceProject; + bool GenerateLinkedResources; bool SupportsVirtualFolders; }; -- cgit v1.2.1