2015-07-18 23:00:01 +00:00
|
|
|
group("third_party")
|
|
|
|
project("xxhash")
|
|
|
|
uuid("40d4ce21-5448-4399-9f98-589b7e1c23b1")
|
|
|
|
kind("StaticLib")
|
2015-09-22 05:11:56 +00:00
|
|
|
language("C")
|
2015-07-18 23:00:01 +00:00
|
|
|
links({
|
|
|
|
})
|
|
|
|
defines({
|
|
|
|
"_LIB",
|
|
|
|
})
|
|
|
|
includedirs({
|
|
|
|
"xxhash",
|
|
|
|
})
|
|
|
|
files({
|
|
|
|
"xxhash/xxhash.c",
|
|
|
|
"xxhash/xxhash.h",
|
|
|
|
})
|