mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-14 05:13:43 +08:00
Moved tinythread out of openalpr main and into the support library
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
set(support_source_files
|
||||
filesystem.cpp
|
||||
timing.cpp
|
||||
tinythread.cpp
|
||||
)
|
||||
|
||||
add_library(support STATIC ${support_source_files})
|
||||
|
Reference in New Issue
Block a user