mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-10 12:50:19 +08:00
Fixed multithreading library in CMakeLists
This commit is contained in:
@@ -24,6 +24,7 @@ ADD_EXECUTABLE( benchmark benchmark.cpp )
|
||||
TARGET_LINK_LIBRARIES(benchmark
|
||||
openalpr
|
||||
support
|
||||
tinythread
|
||||
${OpenCV_LIBS}
|
||||
tesseract
|
||||
)
|
||||
@@ -35,4 +36,13 @@ TARGET_LINK_LIBRARIES(prepcharsfortraining
|
||||
${OpenCV_LIBS}
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
ADD_EXECUTABLE( findnegatives findnegatives.cpp )
|
||||
TARGET_LINK_LIBRARIES(findnegatives
|
||||
openalpr
|
||||
support
|
||||
tinythread
|
||||
${OpenCV_LIBS}
|
||||
tesseract
|
||||
)
|
Reference in New Issue
Block a user