diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2013-08-29 18:51:59 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2013-11-19 16:48:19 (GMT) |
commit | a990722b5a8fc15058e7024ec54885ec24ed4bbf (patch) | |
tree | 3ddf0c80cf389cc89adbbb0cb7c89e58b2fe85bf /Help/manual/cmake-properties.7.rst | |
parent | 51726cce64ee8bce1115f3c6d092b4ae6f43d714 (diff) | |
download | CMake-a990722b5a8fc15058e7024ec54885ec24ed4bbf.zip CMake-a990722b5a8fc15058e7024ec54885ec24ed4bbf.tar.gz CMake-a990722b5a8fc15058e7024ec54885ec24ed4bbf.tar.bz2 |
eclipse: Support custom natures via a global property
This is useful for enabling natures not recognized by the Eclipse
generator directly in a project.
Diffstat (limited to 'Help/manual/cmake-properties.7.rst')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 1 |
1 files changed, 1 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 |