summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-11-20 14:08:34 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-11-20 14:08:34 (GMT)
commit7df3a10a5e414960633f401151d6042b64375c3a (patch)
tree97e166341b524fc835899d03104b783a07d51ed0 /Help
parent483b7e709396122c2e235972902a65e34878ae2a (diff)
parenta990722b5a8fc15058e7024ec54885ec24ed4bbf (diff)
downloadCMake-7df3a10a5e414960633f401151d6042b64375c3a.zip
CMake-7df3a10a5e414960633f401151d6042b64375c3a.tar.gz
CMake-7df3a10a5e414960633f401151d6042b64375c3a.tar.bz2
Merge topic 'dev/better-eclipse-language-support'
a990722 eclipse: Support custom natures via a global property 51726cc eclipse: Add natures for Eclipse based on enabled languages 4a352d4 Notify extra generators about languages
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-properties.7.rst1
-rw-r--r--Help/prop_gbl/ECLIPSE_EXTRA_NATURES.rst8
2 files changed, 9 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst
index d6d42ad..abc6fde 100644
--- a/Help/manual/cmake-properties.7.rst
+++ b/Help/manual/cmake-properties.7.rst
@@ -28,6 +28,7 @@ Properties of Global Scope
/prop_gbl/PACKAGES_FOUND
/prop_gbl/PACKAGES_NOT_FOUND
/prop_gbl/PREDEFINED_TARGETS_FOLDER
+ /prop_gbl/ECLIPSE_EXTRA_NATURES
/prop_gbl/REPORT_UNDEFINED_PROPERTIES
/prop_gbl/RULE_LAUNCH_COMPILE
/prop_gbl/RULE_LAUNCH_CUSTOM
diff --git a/Help/prop_gbl/ECLIPSE_EXTRA_NATURES.rst b/Help/prop_gbl/ECLIPSE_EXTRA_NATURES.rst
new file mode 100644
index 0000000..6d1529d
--- /dev/null
+++ b/Help/prop_gbl/ECLIPSE_EXTRA_NATURES.rst
@@ -0,0 +1,8 @@
+ECLIPSE_EXTRA_NATURES
+---------------------
+
+List of natures to add to the generated Eclipse project file.
+
+Eclipse projects specify language plugins by using natures. This property
+should be set to the unique identifier for a nature (which looks like a Java
+package name).