Merge branch 'master' of github.com-egorpugin:tesseract-ocr/tesseract

This commit is contained in:
Egor Pugin 2016-12-22 22:30:29 +03:00
commit 8b3c6ac057
2 changed files with 5 additions and 1 deletions

View File

@ -45,7 +45,7 @@ endif
libtesseract_api_la_SOURCES = baseapi.cpp capi.cpp renderer.cpp pdfrenderer.cpp
lib_LTLIBRARIES += libtesseract.la
libtesseract_la_LDFLAGS =
libtesseract_la_LDFLAGS = $(LEPTONICA_LIBS)
libtesseract_la_SOURCES =
# Dummy C++ source to cause C++ linking.
# see http://www.gnu.org/s/hello/manual/automake/Libtool-Convenience-Libraries.html#Libtool-Convenience-Libraries

View File

@ -27,3 +27,7 @@ build_script:
- cd build
- cmake .. -G "%generator%" -DBUILD_TRAINING_TOOLS=Off
- cmake --build . --config Release
artifacts:
- path: build\bin\Release
name: tesseract-$(APPVEYOR_BUILD_VERSION)