mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
c7e1198a23
Fixes: #20443
8 lines
221 B
ReStructuredText
8 lines
221 B
ReStructuredText
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.
|