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