Adding snappy dependency (to replace zlib) for #505.

This commit is contained in:
Ben Vanik
2015-12-30 20:29:12 -08:00
parent 457c1fc30f
commit 28f43e445d
5 changed files with 28 additions and 1 deletions

22
third_party/snappy.lua vendored Normal file
View File

@@ -0,0 +1,22 @@
group("third_party")
project("snappy")
uuid("bb143d61-3fd4-44c2-8b7e-04cc538ba2c7")
kind("StaticLib")
language("C++")
defines({
"_LIB",
})
files({
"snappy/snappy-internal.h",
"snappy/snappy-sinksource.cc",
"snappy/snappy-sinksource.h",
"snappy/snappy-stubs-internal.cc",
"snappy/snappy-stubs-internal.h",
"snappy/snappy-stubs-public.h",
"snappy/snappy.cc",
"snappy/snappy.h",
})
filter("platforms:Windows")
warnings("Off") -- Too many warnings.