From 997967da8e01216b3c655613d875af30fdf2d0c8 Mon Sep 17 00:00:00 2001 From: Martin Miller Date: Mon, 3 Apr 2017 09:51:19 -0500 Subject: changes --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile') 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) -- cgit v1.1