mirror of
https://github.com/bspeice/libcvautomation
synced 2025-04-21 00:41:29 -04:00
Fix the --without-examples switch
This commit is contained in:
parent
e529aa60e4
commit
3879771a82
@ -1,3 +1,4 @@
|
|||||||
|
if BUILD_EXAMPLES
|
||||||
#Need to include the -Ilibcvautomation so that libcvautomation.h can find everything that it needs
|
#Need to include the -Ilibcvautomation so that libcvautomation.h can find everything that it needs
|
||||||
if USEOPENCV2
|
if USEOPENCV2
|
||||||
AM_LDFLAGS = -L../libcvautomation/.libs -lcvautomation `pkg-config --libs x11` -lopencv_imgproc -lopencv_core -lopencv_highgui -lXtst
|
AM_LDFLAGS = -L../libcvautomation/.libs -lcvautomation `pkg-config --libs x11` -lopencv_imgproc -lopencv_core -lopencv_highgui -lXtst
|
||||||
@ -11,3 +12,4 @@ endif
|
|||||||
bin_PROGRAMS = cva-match cva-input
|
bin_PROGRAMS = cva-match cva-input
|
||||||
cva_match_SOURCES = cva-match.c
|
cva_match_SOURCES = cva-match.c
|
||||||
cva_input_SOURCES = cva-input.c
|
cva_input_SOURCES = cva-input.c
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user