diff options
author | Brad King <brad.king@kitware.com> | 2020-05-15 13:57:48 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-05-15 13:58:03 (GMT) |
commit | eb93b50be9995965d50253eaa22456603e6fdaac (patch) | |
tree | 9f64f844d0dde5d474fd68c96141f8dfac7cf395 /Help/release | |
parent | e2f61e875f7edd26fd09b13d2f571176ad5da7cc (diff) | |
parent | 3d4b70ea6474c8f29d6b5c057126582dcaad7ea7 (diff) | |
download | CMake-eb93b50be9995965d50253eaa22456603e6fdaac.zip CMake-eb93b50be9995965d50253eaa22456603e6fdaac.tar.gz CMake-eb93b50be9995965d50253eaa22456603e6fdaac.tar.bz2 |
Merge topic 'source_file_scopes'
3d4b70ea64 set_source_files_properties: Allow specification of directory scope
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4661
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/sf-property-scopes.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Help/release/dev/sf-property-scopes.rst b/Help/release/dev/sf-property-scopes.rst new file mode 100644 index 0000000..0b61625 --- /dev/null +++ b/Help/release/dev/sf-property-scopes.rst @@ -0,0 +1,15 @@ +sf-property-scopes +------------------ + +* The :command:`set_property` with the ``SOURCE`` scope gained the + ``DIRECTORY`` and ``TARGET_DIRECTORY`` options to set properties + in the provided directory scopes. +* The :command:`set_source_files_properties` gained the ``DIRECTORY`` + and ``TARGET_DIRECTORY`` options to set properties in the provided + directory scopes. +* The :command:`get_property` with ``SOURCE`` scope gained the + ``DIRECTORY`` and ``TARGET_DIRECTORY`` options to get a property + from the provided directory scope. +* The :command:`get_source_file_property` gained the ``DIRECTORY`` + and ``TARGET_DIRECTORY`` options to get a property from the + provided directory scope. |