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