Using state_detection_lib variable in misc utilities

This commit is contained in:
Matt Hill
2016-02-14 16:00:31 -05:00
parent 9d6fad0c2e
commit dbb9098cdf

View File

@@ -2,7 +2,7 @@
ADD_EXECUTABLE( openalpr-utils-sortstate sortstate.cpp )
TARGET_LINK_LIBRARIES(openalpr-utils-sortstate
${OPENALPR_LIB}
statedetection
${STATE_DETECTION_LIB}
support
${OpenCV_LIBS}
${Tesseract_LIBRARIES}
@@ -24,7 +24,7 @@ ADD_EXECUTABLE(openalpr-utils-benchmark
)
TARGET_LINK_LIBRARIES(openalpr-utils-benchmark
${OPENALPR_LIB}
statedetection
${STATE_DETECTION_LIB}
support
pthread
${OpenCV_LIBS}