mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
Fix unittest (missing include path)
Add include path for api/tess_version.h. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
79ab597b94
commit
95f39142ac
@ -9,6 +9,7 @@ TESTING_DIR=$(shell cd $(top_srcdir) && pwd)/testing
|
||||
AM_CPPFLAGS += -DTESSDATA_DIR="\"$(TESSDATA_DIR)\""
|
||||
AM_CPPFLAGS += -DTESTING_DIR="\"$(TESTING_DIR)\""
|
||||
AM_CPPFLAGS += -DPANGO_ENABLE_ENGINE
|
||||
AM_CPPFLAGS += -I$(top_builddir)/api
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/api
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/arch
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/ccmain
|
||||
|
Loading…
Reference in New Issue
Block a user