summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraEclipseCDT4Generator.h
diff options
context:
space:
mode:
authorMartin Gerhardy <martin.gerhardy@gmail.com>2019-07-08 08:57:34 (GMT)
committerBrad King <brad.king@kitware.com>2019-07-09 17:34:29 (GMT)
commit09c1991895baf0eeca028672a6730f2101d3b2b7 (patch)
tree35ee8546603f9b1803279f040a950dbb5d410f53 /Source/cmExtraEclipseCDT4Generator.h
parent5f2f16319ab5832da4b3c7b0c1a5a4587a3991eb (diff)
downloadCMake-09c1991895baf0eeca028672a6730f2101d3b2b7.zip
CMake-09c1991895baf0eeca028672a6730f2101d3b2b7.tar.gz
CMake-09c1991895baf0eeca028672a6730f2101d3b2b7.tar.bz2
Eclipse: Add option to set the resource encoding
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.h')
-rw-r--r--Source/cmExtraEclipseCDT4Generator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.h b/Source/cmExtraEclipseCDT4Generator.h
index 5136660..ef038d9 100644
--- a/Source/cmExtraEclipseCDT4Generator.h
+++ b/Source/cmExtraEclipseCDT4Generator.h
@@ -43,6 +43,9 @@ private:
// create .project file in the source tree
void CreateSourceProjectFile();
+ // create .settings/org.eclipse.core.resources.prefs
+ void CreateSettingsResourcePrefsFile();
+
// create .project file
void CreateProjectFile();