xenia-canary/third_party/xxhash.lua

18 lines
262 B
Lua

group("third_party")
project("xxhash")
uuid("40d4ce21-5448-4399-9f98-589b7e1c23b1")
kind("StaticLib")
language("C")
links({
})
defines({
"_LIB",
})
includedirs({
"xxhash",
})
files({
"xxhash/xxhash.c",
"xxhash/xxhash.h",
})