Compiling tinythread as part of the openalpr source (rather than a separate library)

This commit is contained in:
Matt Hill
2014-02-20 17:32:50 -06:00
parent bb39631acb
commit 21acb7084a
3 changed files with 1 additions and 9 deletions

View File

@@ -24,7 +24,6 @@ ADD_EXECUTABLE( benchmark benchmark.cpp )
TARGET_LINK_LIBRARIES(benchmark
openalpr
support
tinythread
${OpenCV_LIBS}
tesseract
)
@@ -42,7 +41,6 @@ ADD_EXECUTABLE( findnegatives findnegatives.cpp )
TARGET_LINK_LIBRARIES(findnegatives
openalpr
support
tinythread
${OpenCV_LIBS}
tesseract
)