pull/4/head
parent
997fd8c5d0
commit
947f7d5d0c
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,21 @@
|
||||
obj = Djitellowhite.o keyboard.cpp Triplet.cpp
|
||||
CXXFLAGS += -c -Wall $(shell pkg-config --cflags opencv4)
|
||||
LDFLAGS += $(shell pkg-config --libs --static opencv4)
|
||||
test : $(obj)
|
||||
$(CXX) -o test $(obj) $(LDFLAGS)
|
||||
|
||||
Djitellowhite.o : Djitellowhite.h
|
||||
$(CXX) -c Djitellowhite.cpp $(CXXFLAGS)
|
||||
|
||||
keyboard.o : Hardwarelistener.h
|
||||
$(CXX) -c keyboard.cpp $(CXXFLAGS)
|
||||
|
||||
Triplet : Djitellowhite.h Hardwarelistener.h
|
||||
$(CXX) -c Triplet.cpp -lpthread $(CXXFLAGS)
|
||||
|
||||
.PHONY : clean
|
||||
clean :
|
||||
rm test $(obj)
|
||||
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue