Simplifying build process for Windows.

Added cmake find script for Tesseract.
This commit is contained in:
Matt Hill
2014-08-19 21:05:16 -04:00
parent df26a227ec
commit 770b9b6126
5 changed files with 204 additions and 46 deletions

View File

@@ -8,7 +8,7 @@ TARGET_LINK_LIBRARIES(sortstate
openalpr-static
support
${OpenCV_LIBS}
${Tesseract_LIBS}
${Tesseract_LIBRARIES}
)
ADD_EXECUTABLE( classifychars EXCLUDE_FROM_ALL classifychars.cpp )
@@ -16,7 +16,7 @@ TARGET_LINK_LIBRARIES(classifychars
openalpr-static
support
${OpenCV_LIBS}
${Tesseract_LIBS}
${Tesseract_LIBRARIES}
)
@@ -30,7 +30,7 @@ TARGET_LINK_LIBRARIES(benchmark
support
pthread
${OpenCV_LIBS}
${Tesseract_LIBS}
${Tesseract_LIBRARIES}
)