mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 14:41:36 +08:00
Merge branch 'master' of github.com-egorpugin:tesseract-ocr/tesseract
This commit is contained in:
commit
8b3c6ac057
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user