diff options
author | Alex Neundorf <neundorf@kde.org> | 2012-10-17 21:45:02 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2012-10-17 21:45:02 (GMT) |
commit | fbda95883c3a86e5b808c78fa433bd9dbcc93754 (patch) | |
tree | 47cedf8200e21e64f780c1b56a3ed8303a70df1d /Source/cmExtraEclipseCDT4Generator.h | |
parent | 7ded904329635b490467ddf06d87b2620da470aa (diff) | |
download | CMake-fbda95883c3a86e5b808c78fa433bd9dbcc93754.zip CMake-fbda95883c3a86e5b808c78fa433bd9dbcc93754.tar.gz CMake-fbda95883c3a86e5b808c78fa433bd9dbcc93754.tar.bz2 |
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
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 37ce65e..31ad68d 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; }; |