mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-09 15:40:04 +08:00
Compiling tinythread as part of the openalpr source (rather than a separate library)
This commit is contained in:
@@ -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
|
||||
)
|
Reference in New Issue
Block a user