mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 18:42:48 +08:00
Moved tinythread out of openalpr main and into the support library
This commit is contained in:
@@ -23,7 +23,6 @@ set(lpr_source_files
|
||||
verticalhistogram.cpp
|
||||
trex.c
|
||||
cjson.c
|
||||
tinythread/tinythread.cpp
|
||||
)
|
||||
|
||||
|
||||
|
@@ -40,7 +40,7 @@
|
||||
#include <opencv2/core/core.hpp>
|
||||
|
||||
|
||||
#include "tinythread/tinythread.h"
|
||||
#include "support/tinythread.h"
|
||||
|
||||
#define DEFAULT_TOPN 25
|
||||
#define DEFAULT_DETECT_REGION false
|
||||
|
@@ -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