Updated CMakeLists.txt for Windows builds

This commit is contained in:
Matt Hill
2014-04-30 21:14:52 -05:00
parent 0858369b09
commit b51b4f61cf
3 changed files with 31 additions and 31 deletions

View File

@@ -5,27 +5,27 @@ target_link_libraries(openalpr)
ADD_EXECUTABLE( sortstate sortstate.cpp )
TARGET_LINK_LIBRARIES(sortstate
openalpr
openalpr-static
support
${OpenCV_LIBS}
tesseract
${Tesseract_LIBS}
)
ADD_EXECUTABLE( classifychars classifychars.cpp )
TARGET_LINK_LIBRARIES(classifychars
openalpr
openalpr-static
support
${OpenCV_LIBS}
tesseract
${Tesseract_LIBS}
)
ADD_EXECUTABLE( benchmark benchmark.cpp )
TARGET_LINK_LIBRARIES(benchmark
openalpr
openalpr-static
support
${OpenCV_LIBS}
tesseract
${Tesseract_LIBS}
)