diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-04 16:54:09 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-04 16:54:09 (GMT) |
commit | 8fc3a2fbf61bd2686455656201d3de1ceb571145 (patch) | |
tree | c932ed4fc999768f31f3f578924fea53b2cbeaf8 /Help/manual | |
parent | c6624cfdc1fe9c7c53ad9ed06da759df803aef71 (diff) | |
download | CMake-8fc3a2fbf61bd2686455656201d3de1ceb571145.zip CMake-8fc3a2fbf61bd2686455656201d3de1ceb571145.tar.gz CMake-8fc3a2fbf61bd2686455656201d3de1ceb571145.tar.bz2 |
Help: Add references to cmake-property sections.
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index 76dd279..ac38dde 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -7,6 +7,8 @@ cmake-properties(7) .. contents:: +.. _`Global Properties`: + Properties of Global Scope ========================== @@ -41,6 +43,8 @@ Properties of Global Scope /prop_gbl/TARGET_SUPPORTS_SHARED_LIBS /prop_gbl/USE_FOLDERS +.. _`Directory Properties`: + Properties on Directories ========================= @@ -72,6 +76,8 @@ Properties on Directories /prop_dir/VS_GLOBAL_SECTION_POST_section /prop_dir/VS_GLOBAL_SECTION_PRE_section +.. _`Target Properties`: + Properties on Targets ===================== @@ -245,6 +251,8 @@ Properties on Targets /prop_tgt/XCODE_ATTRIBUTE_an-attribute /prop_tgt/XCTEST +.. _`Test Properties`: + Properties on Tests =================== @@ -269,6 +277,8 @@ Properties on Tests /prop_test/WILL_FAIL /prop_test/WORKING_DIRECTORY +.. _`Source File Properties`: + Properties on Source Files ========================== @@ -303,6 +313,8 @@ Properties on Source Files /prop_sf/XCODE_EXPLICIT_FILE_TYPE /prop_sf/XCODE_LAST_KNOWN_FILE_TYPE +.. _`Cache Entry Properties`: + Properties on Cache Entries =========================== @@ -316,6 +328,8 @@ Properties on Cache Entries /prop_cache/TYPE /prop_cache/VALUE +.. _`Installed File Properties`: + Properties on Installed Files ============================= |