mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-12 23:49:06 +08:00
unittest: Add missing Leptonica library for textlineprojection_test
It is needed for builds with --enable-shared. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
9a5f72479a
commit
9491538fb9
@ -327,7 +327,7 @@ tabvector_test_SOURCES = tabvector_test.cc
|
|||||||
tabvector_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS)
|
tabvector_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS)
|
||||||
|
|
||||||
textlineprojection_test_SOURCES = textlineprojection_test.cc
|
textlineprojection_test_SOURCES = textlineprojection_test.cc
|
||||||
textlineprojection_test_LDADD = $(ABSEIL_LIBS) $(GTEST_LIBS) $(TESS_LIBS)
|
textlineprojection_test_LDADD = $(ABSEIL_LIBS) $(GTEST_LIBS) $(TESS_LIBS) $(LEPTONICA_LIBS)
|
||||||
|
|
||||||
tfile_test_SOURCES = tfile_test.cc
|
tfile_test_SOURCES = tfile_test.cc
|
||||||
tfile_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS)
|
tfile_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS)
|
||||||
|
Loading…
Reference in New Issue
Block a user