mirror of
https://github.com/facebook/zstd.git
synced 2025-12-16 00:04:14 -05:00
Add zstd/lib in includes
This commit is contained in:
parent
724e3d534f
commit
7bf8c4d7ff
@ -22,7 +22,7 @@ ZSTDDIR = ../../../lib
|
||||
GTEST_INC ?= -isystem $(PZSTDDIR)/googletest/googletest/include
|
||||
GTEST_LIB ?= -L $(PZSTDDIR)/googletest/build/googlemock/gtest
|
||||
|
||||
CPPFLAGS = -I$(PZSTDDIR) $(GTEST_INC) $(GTEST_LIB) -I$(ZSTDDIR)/common -I$(PROGDIR)
|
||||
CPPFLAGS = -I$(PZSTDDIR) $(GTEST_INC) $(GTEST_LIB) -I$(ZSTDDIR) -I$(ZSTDDIR)/common -I$(PROGDIR) -I.
|
||||
|
||||
CXXFLAGS ?= -O3
|
||||
CXXFLAGS += -std=c++11
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user