Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
CommandLineTar
/
7zip.cmake
blob: 4bc654846e633b722c5037d004adb6fa8ee17338 [
file
] [
log
] [
blame
]
set
(
OUTPUT_NAME
"test.7z"
)
set
(
COMPRESSION_FLAGS cvf
)
set
(
COMPRESSION_OPTIONS
--
format
=
7zip
)
set
(
DECOMPRESSION_FLAGS xvf
)
include
(
$
{
CMAKE_CURRENT_LIST_DIR
}/
roundtrip
.
cmake
)
check_magic
(
"377abcaf271c"
LIMIT
6
HEX
)