diff options
author | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2019-01-10 13:01:58 (GMT) |
---|---|---|
committer | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2019-01-10 15:13:18 (GMT) |
commit | bfc367054639b9a3de3419c3e66d948f25efc2ec (patch) | |
tree | e9d25f114f8a208ed937c40afadeb424bfcf91b0 /Help/command/set_property.rst | |
parent | f2a78aeed94e9ccf76c1268e8ed934669a08d389 (diff) | |
download | CMake-bfc367054639b9a3de3419c3e66d948f25efc2ec.zip CMake-bfc367054639b9a3de3419c3e66d948f25efc2ec.tar.gz CMake-bfc367054639b9a3de3419c3e66d948f25efc2ec.tar.bz2 |
Help: Provide cross-references from and to set_property
Diffstat (limited to 'Help/command/set_property.rst')
-rw-r--r-- | Help/command/set_property.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Help/command/set_property.rst b/Help/command/set_property.rst index 2d270ec..2624b4b 100644 --- a/Help/command/set_property.rst +++ b/Help/command/set_property.rst @@ -24,17 +24,19 @@ It must be one of the following: Scope is unique and does not accept a name. ``DIRECTORY`` - Scope defaults to the current directory but another - directory (already processed by CMake) may be named by full or - relative path. + Scope defaults to the current directory but another directory + (already processed by CMake) may be named by full or relative path. + See also the :command:`set_directory_properties` command. ``TARGET`` Scope may name zero or more existing targets. + See also the :command:`set_target_properties` command. ``SOURCE`` Scope may name zero or more source files. Note that source file properties are visible only to targets added in the same directory (CMakeLists.txt). + See also the :command:`set_source_files_properties` command. ``INSTALL`` Scope may name zero or more installed file paths. @@ -54,6 +56,7 @@ It must be one of the following: ``TEST`` Scope may name zero or more existing tests. + See also the :command:`set_tests_properties` command. ``CACHE`` Scope must name zero or more cache existing entries. |