We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5c24e commit 5e2af43Copy full SHA for 5e2af43
1 file changed
builtins/xxhash/xxhash_add_cmakelists.patch
@@ -1,13 +1,8 @@
1
-
2
3
-diff --git a//dev/null b/CMakeLists.txt
4
-index .. 100644
5
---- a//dev/null
6
-+++ b/CMakeLists.txt
+--- /dev/null 2026-03-12 08:23:04
++++ CMakeLists.txt 2026-03-12 08:20:11
7
@@ -0,0 +1,6 @@
8
+cmake_minimum_required(VERSION 3.22)
9
+project(xxhash C)
10
+
11
+add_library(xxHash::xxHash STATIC xxhash.h xxhash.c)
12
+set_target_properties(xxhash PROPERTIES C_VISIBILITY_PRESET hidden POSITION_INDEPENDENT_CODE ON)
13
-+
0 commit comments