]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/blob - examples/segmentation/Makefile
Add segmentation example to tinn
[tidl/tidl-api.git] / examples / segmentation / Makefile
1 EXE = segmentation
3 include ../make.common
5 CXXFLAGS += $(shell pkg-config --cflags opencv)
6 LIBS     += $(shell pkg-config --libs --static opencv)
8 SOURCES = main.cpp
10 $(EXE): $(TINN_LIB) $(TINN_LIB_IMGUTIL) $(HEADERS) $(SOURCES)
11         $(CXX) $(CXXFLAGS) $(SOURCES) $(TINN_LIB) $(TINN_LIB_IMGUTIL) \
12             $(LDFLAGS) $(LIBS) -o $@
14 clean::
15         $(RM) -f frame_*.png overlay_*.png