Moved tinythread out of openalpr main and into the support library

This commit is contained in:
Matt Hill
2014-05-18 12:49:09 -05:00
parent ef2b9e3e52
commit d2bee35fa9
6 changed files with 2 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
set(support_source_files
filesystem.cpp
timing.cpp
tinythread.cpp
)
add_library(support STATIC ${support_source_files})