diff options
Diffstat (limited to 'Help/release/dev/file_archive.rst')
-rw-r--r-- | Help/release/dev/file_archive.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/file_archive.rst b/Help/release/dev/file_archive.rst new file mode 100644 index 0000000..e79529c --- /dev/null +++ b/Help/release/dev/file_archive.rst @@ -0,0 +1,7 @@ +file_archive +------------ + +* The :command:`file` command gained the ``ARCHIVE_{CREATE|EXTRACT}`` subcommands. + + These subcommands will replicate the :manual:`cmake(1)` ``-E tar`` functionality in + CMake scripting code. |