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
${OPENALPR_LIB}
statedetection
support
video
${OpenCV_LIBS}

View File

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