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_source_files_properties.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_source_files_properties.rst')
-rw-r--r-- | Help/command/set_source_files_properties.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Help/command/set_source_files_properties.rst b/Help/command/set_source_files_properties.rst index 8538a1e..91f995c 100644 --- a/Help/command/set_source_files_properties.rst +++ b/Help/command/set_source_files_properties.rst @@ -10,6 +10,10 @@ Source files can have properties that affect how they are built. [prop2 value2 [...]]) Sets properties associated with source files using a key/value paired -list. See :ref:`Source File Properties` for the list of properties known +list. + +See also the :command:`set_property(SOURCE)` command. + +See :ref:`Source File Properties` for the list of properties known to CMake. Source file properties are visible only to targets added in the same directory (CMakeLists.txt). |