Merge topic 'file-archive'

c7e1198a23 file: Add ARCHIVE_{CREATE|EXTRACT} subcommands

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4475
This commit is contained in:
Brad King
2020-03-17 12:06:38 +00:00
committed by Kitware Robot
23 changed files with 507 additions and 0 deletions
+7
View File
@@ -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.