summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraEclipseCDT4Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-05-10 17:58:15 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-05-10 17:58:15 (GMT)
commita4d935933bf93f6878b58c582a009134065475d5 (patch)
tree636a1099efa3ec9905d3b544cd56ea2830466755 /Source/cmExtraEclipseCDT4Generator.h
parentc32262bc040837d7abe80a1f003887485ad43261 (diff)
parenta7d8d49b8fc829e76686cbc4cc808db4a8542994 (diff)
downloadCMake-a4d935933bf93f6878b58c582a009134065475d5.zip
CMake-a4d935933bf93f6878b58c582a009134065475d5.tar.gz
CMake-a4d935933bf93f6878b58c582a009134065475d5.tar.bz2
Merge topic 'FixVirtualFoldersInEclipse'
a7d8d49 -fix VirtualFolders in Eclipse under Windows
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.h')
-rw-r--r--Source/cmExtraEclipseCDT4Generator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.h b/Source/cmExtraEclipseCDT4Generator.h
index 99e69c4..a683731 100644
--- a/Source/cmExtraEclipseCDT4Generator.h
+++ b/Source/cmExtraEclipseCDT4Generator.h
@@ -87,7 +87,8 @@ private:
static void AppendLinkedResource (cmGeneratedFileStream& fout,
const std::string& name,
- const std::string& path);
+ const std::string& path,
+ bool isVirtualFolder = false);
bool AppendOutLinkedResource(cmGeneratedFileStream& fout,
const std::string& defname,