mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-08 15:00:07 +08:00
Simplifying build process for Windows.
Added cmake find script for Tesseract.
This commit is contained in:
@@ -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}
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user