Switching to premake. Probably with disasterous consequences.
This commit is contained in:
17
third_party/xxhash.lua
vendored
Normal file
17
third_party/xxhash.lua
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
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",
|
||||
})
|
||||
Reference in New Issue
Block a user