Port of Snappy-1.1.7
A fast compressor/decompressor https://github.com/google/snappy
This commit is contained in:
committed by
Norman Feske
parent
6bd43a2df5
commit
14098623de
16
lib/mk/snappy.mk
Normal file
16
lib/mk/snappy.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
include $(REP_DIR)/lib/import/import-snappy.mk
|
||||
|
||||
SNAPPY_SRC_DIR = $(SNAPPY_PORT_DIR)/src/lib/snappy
|
||||
|
||||
INC_DIR += $(SNAPPY_SRC_DIR)
|
||||
|
||||
SRC_CC += snappy-c.cc snappy-sinksource.cc snappy-stubs-internal.cc snappy.cc
|
||||
|
||||
vpath %.cc $(SNAPPY_SRC_DIR)
|
||||
|
||||
LIBS += stdcxx
|
||||
|
||||
SHARED_LIB = yes
|
||||
|
||||
CC_WARN += -Wno-sign-compare
|
||||
CC_CXX_WARN_STRICT =
|
||||
Reference in New Issue
Block a user