mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 23:36:54 +08:00
Parameterized state detection lib
This commit is contained in:
@@ -127,10 +127,11 @@ ELSE()
|
||||
SET(OPENALPR_LIB openalpr)
|
||||
ENDIF()
|
||||
|
||||
SET(STATE_DETECTION_LIB statedetection)
|
||||
|
||||
if (NOT IOS)
|
||||
TARGET_LINK_LIBRARIES(alpr
|
||||
${OPENALPR_LIB}
|
||||
statedetection
|
||||
support
|
||||
video
|
||||
${OpenCV_LIBS}
|
||||
|
@@ -53,7 +53,7 @@ set_target_properties(openalpr PROPERTIES SOVERSION ${OPENALPR_MAJOR_VERSION})
|
||||
|
||||
TARGET_LINK_LIBRARIES(openalpr
|
||||
support
|
||||
statedetection
|
||||
${STATE_DETECTION_LIB}
|
||||
${OpenCV_LIBS}
|
||||
${Tesseract_LIBRARIES}
|
||||
)
|
||||
|
Reference in New Issue
Block a user