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 6c1cd66..35486b6 100644
--- a/meowpp.test/GNUmakefile.targets
+++ b/meowpp.test/GNUmakefile.targets
@@ -20,3 +20,10 @@ $(BIN)/oo: $(OBJ)/oo.o $(oo_OBJS)
@echo Target: $@...
@$(CXX) $^ $(CXXFLAGS) `pkg-config --cflags --libs $(oo_LIBS) 2>/dev/null` -o $@
+TARGETS := $(TARGETS) $(BIN)/rot_bundle
+rot_bundle_OBJS :=
+rot_bundle_LIBS := opencv
+$(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 $@
+