Adds CMakeLists file

This commit is contained in:
Ryan Houdek 2021-07-05 17:36:14 -07:00
parent 35b0373c69
commit ba7375d54f

4
CMakeLists.txt Normal file
View File

@ -0,0 +1,4 @@
set(NAME xxhash)
set(SRCS xxhash.c)
add_library(${NAME} STATIC ${SRCS})