diff options
Diffstat (limited to 'Help/command/set_source_files_properties.rst')
-rw-r--r-- | Help/command/set_source_files_properties.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Help/command/set_source_files_properties.rst b/Help/command/set_source_files_properties.rst index 9558b40..f8b05ac 100644 --- a/Help/command/set_source_files_properties.rst +++ b/Help/command/set_source_files_properties.rst @@ -14,9 +14,10 @@ Source files can have properties that affect how they are built. Sets properties associated with source files using a key/value paired list. -By default, source file properties are only visible to targets added in the -same directory (``CMakeLists.txt``). Visibility can be set in other directory -scopes using one or both of the following options: +.. versionadded:: 3.18 + By default, source file properties are only visible to targets added in the + same directory (``CMakeLists.txt``). Visibility can be set in other directory + scopes using one or both of the following options: ``DIRECTORY <dirs>...`` The source file properties will be set in each of the ``<dirs>`` |