mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 20:22:45 +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
|
||||
)
|
@@ -23,13 +23,13 @@ set(lpr_source_files
|
||||
verticalhistogram.cpp
|
||||
trex.c
|
||||
cjson.c
|
||||
tinythread/tinythread.cpp
|
||||
)
|
||||
|
||||
|
||||
|
||||
add_subdirectory(simpleini)
|
||||
add_subdirectory(support)
|
||||
add_subdirectory(tinythread)
|
||||
|
||||
|
||||
add_library(openalpr ${lpr_source_files})
|
@@ -1,6 +0,0 @@
|
||||
set(tinythread_source_files
|
||||
tinythread.cpp
|
||||
)
|
||||
|
||||
|
||||
add_library(tinythread ${tinythread_source_files})
|
Reference in New Issue
Block a user