mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
9 lines
296 B
CMake
9 lines
296 B
CMake
file(ARCHIVE_CREATE
|
|
OUTPUT # missing output path
|
|
FORMAT # missing output format
|
|
COMPRESSION # missing compression type
|
|
COMPRESSION_LEVEL # missing compression level
|
|
MTIME # missing modification time
|
|
PATHS # no paths
|
|
)
|