diff options
Diffstat (limited to 'Help/release/dev/cmake-E-multiple-inputs.rst')
-rw-r--r-- | Help/release/dev/cmake-E-multiple-inputs.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/cmake-E-multiple-inputs.rst b/Help/release/dev/cmake-E-multiple-inputs.rst new file mode 100644 index 0000000..aa52a98 --- /dev/null +++ b/Help/release/dev/cmake-E-multiple-inputs.rst @@ -0,0 +1,8 @@ +cmake-E-multiple-inputs +----------------------- + +* The :manual:`cmake(1)` ``-E copy`` and ``-E copy_if_different`` command-line + tools learned to support copying multiple input files to a directory. + +* The :manual:`cmake(1)` ``-E copy_directory`` command-line + tool learned to support copying multiple input directories to a directory. |