diff --git a/adUVCSupport/imageCaptureTest/Makefile b/adUVCSupport/imageCaptureTest/Makefile new file mode 100644 index 0000000..a05d796 --- /dev/null +++ b/adUVCSupport/imageCaptureTest/Makefile @@ -0,0 +1,4 @@ +all: + g++ capture_test.cpp -o capture_test -luvc $(pkg-config --cflags --libs opencv) +clean: + rm capture_test