Parameterized state detection lib

This commit is contained in:
Matt Hill
2016-02-14 13:44:31 -05:00
parent 8eaec3d9d8
commit 7f89ea7ab2
2 changed files with 3 additions and 2 deletions

View File

@@ -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}

View File

@@ -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}
)