mirror of
https://github.com/bspeice/libcvautomation
synced 2025-12-18 19:17:12 -05:00
Fix build if Doxygen is missing
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
if BUILD_DOXYGEN
|
||||
SUBDIRS = libcvautomation examples docs
|
||||
else
|
||||
SUBDIRS = libcvautomation examples
|
||||
endif
|
||||
|
||||
#And the BASH macros
|
||||
dist_sysconf_DATA = libcvautomation_funcs
|
||||
|
||||
Reference in New Issue
Block a user