summaryrefslogtreecommitdiffstats
path: root/config.tests/cmake_zstd/check_zstd.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/cmake_zstd/check_zstd.cmake')
-rw-r--r--config.tests/cmake_zstd/check_zstd.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.tests/cmake_zstd/check_zstd.cmake b/config.tests/cmake_zstd/check_zstd.cmake
new file mode 100644
index 0000000000..6ab5f15f29
--- /dev/null
+++ b/config.tests/cmake_zstd/check_zstd.cmake
@@ -0,0 +1,8 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
+file(ARCHIVE_CREATE
+ OUTPUT cmake_zstd.zstd
+ PATHS "${CMAKE_CURRENT_LIST_FILE}"
+ FORMAT raw
+ COMPRESSION Zstd)