Skip to content

Commit 5e2af43

Browse files
committed
fix
1 parent 4b5c24e commit 5e2af43

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
--- /dev/null 2026-03-12 08:23:04
2+
+++ CMakeLists.txt 2026-03-12 08:20:11
73
@@ -0,0 +1,6 @@
84
+cmake_minimum_required(VERSION 3.22)
95
+project(xxhash C)
106
+
117
+add_library(xxHash::xxHash STATIC xxhash.h xxhash.c)
128
+set_target_properties(xxhash PROPERTIES C_VISIBILITY_PRESET hidden POSITION_INDEPENDENT_CODE ON)
13-
+

0 commit comments

Comments
 (0)