diff options
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 06e42ae..d27c965 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ -OBJECT=test_feature.o ../src/feature.o ../src/camera.o +OBJECT=test_feature.o ../src/feature.o ../src/camera.o ../src/camera.h CXXFLAGS+=-O2 -march=native -std=c++11 -pedantic-errors CXXFLAGS+=-g -I../src CXXFLAGS+=$(shell pkg-config --cflags eigen3 yaml-cpp) |