Skip to content

Commit

Permalink
Create Makefile for capture test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlodek committed Jun 6, 2019
1 parent 02869b1 commit 0fe6a7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions adUVCSupport/imageCaptureTest/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
all:
g++ capture_test.cpp -o capture_test -luvc $(pkg-config --cflags --libs opencv)
clean:
rm capture_test

0 comments on commit 0fe6a7d

Please sign in to comment.