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