Link with statedetection.

This commit is contained in:
Peter Rekdal Sunde
2015-08-11 09:54:39 +02:00
parent 063d0bda6a
commit 0cf100b622
2 changed files with 2 additions and 0 deletions

View File

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

View File

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