mirror of
https://github.com/FEX-Emu/xxHash.git
synced 2024-11-27 00:31:04 +00:00
Adds CMakeLists file
This commit is contained in:
parent
35b0373c69
commit
ba7375d54f
4
CMakeLists.txt
Normal file
4
CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
||||
set(NAME xxhash)
|
||||
set(SRCS xxhash.c)
|
||||
|
||||
add_library(${NAME} STATIC ${SRCS})
|
Loading…
Reference in New Issue
Block a user