added speedy to include path (root Makefile)
This commit is contained in:
parent
03a5c26b86
commit
9fe6467020
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ CFLAGS=-std=c++1y -DNDEBUG -O2 -Wall -Wno-unknown-pragmas
|
||||
CFLAGS_DEBUG=-std=c++1y -Wall -Wno-unknown-pragmas -g
|
||||
LDFLAGS=-luv -lhttp_parser src/speedy/r3/.libs/libr3.a -L/usr/local/lib -lpcre -pthread
|
||||
|
||||
INC=-I./src/ -I./src/speedy/rapidjson/include/
|
||||
INC=-I./src/ -I./src/speedy/ -I./src/speedy/rapidjson/include/
|
||||
SOURCES=src/memgraph.cpp
|
||||
EXECUTABLE=build/memgraph
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user