diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 00000000..6aa5c6c7 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,4 @@ +set(NAME xxhash) +set(SRCS xxhash.c) + +add_library(${NAME} STATIC ${SRCS})