aboutsummaryrefslogtreecommitdiffstats
path: root/meowpp.test/GNUmakefile.targets
diff options
context:
space:
mode:
Diffstat (limited to 'meowpp.test/GNUmakefile.targets')
-rw-r--r--meowpp.test/GNUmakefile.targets7
1 files changed, 7 insertions, 0 deletions
diff --git a/meowpp.test/GNUmakefile.targets b/meowpp.test/GNUmakefile.targets
index 35486b6..5671807 100644
--- a/meowpp.test/GNUmakefile.targets
+++ b/meowpp.test/GNUmakefile.targets
@@ -27,3 +27,10 @@ $(BIN)/rot_bundle: $(OBJ)/rot_bundle.o $(rot_bundle_OBJS)
@echo Target: $@...
@$(CXX) $^ $(CXXFLAGS) `pkg-config --cflags --libs $(rot_bundle_LIBS) 2>/dev/null` -o $@
+TARGETS := $(TARGETS) $(BIN)/features
+features_OBJS :=
+features_LIBS := opencv
+$(BIN)/features: $(OBJ)/features.o $(features_OBJS)
+ @echo Target: $@...
+ @$(CXX) $^ $(CXXFLAGS) `pkg-config --cflags --libs $(features_LIBS) 2>/dev/null` -o $@
+