Updated Linux compilation to link to OpenCV dynamically

This commit is contained in:
Matt Hill
2014-05-08 07:58:01 -05:00
parent 4924ba300b
commit 9550a37d03
3 changed files with 5 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ ADD_EXECUTABLE( alpr main.cpp )
TARGET_LINK_LIBRARIES(alpr
openalpr-static
openalpr
support
${OpenCV_LIBS}
${Tesseract_LIBS}