Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
CommandLineTar
/
threads-zip.cmake
blob: 7d70e7b9db88182662888b69f32036651e5205a3 [
file
] [
log
] [
blame
] [
edit
]
set
(
OUTPUT_NAME
"test.zip"
)
set
(
COMPRESSION_FLAGS cvf
)
set
(
COMPRESSION_OPTIONS
--
format
=
zip
--
cmake
-
tar
-
threads
=
4
)
set
(
DECOMPRESSION_FLAGS xvf
)
include
(
$
{
CMAKE_CURRENT_LIST_DIR
}/
roundtrip
.
cmake
)
check_magic
(
"504b0304"
LIMIT
4
HEX
)