mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 22:02:44 +08:00
Link with statedetection.
This commit is contained in:
@@ -101,6 +101,7 @@ ENDIF()
|
||||
|
||||
TARGET_LINK_LIBRARIES(alpr
|
||||
${OPENALPR_LIB}
|
||||
statedetection
|
||||
support
|
||||
video
|
||||
${OpenCV_LIBS}
|
||||
|
@@ -2,6 +2,7 @@
|
||||
ADD_EXECUTABLE( openalpr-utils-sortstate sortstate.cpp )
|
||||
TARGET_LINK_LIBRARIES(openalpr-utils-sortstate
|
||||
${OPENALPR_LIB}
|
||||
statedetection
|
||||
support
|
||||
${OpenCV_LIBS}
|
||||
${Tesseract_LIBRARIES}
|
||||
|
Reference in New Issue
Block a user