mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 21:02:45 +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
|
verticalhistogram.cpp
|
||||||
trex.c
|
trex.c
|
||||||
cjson.c
|
cjson.c
|
||||||
tinythread/tinythread.cpp
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@@ -40,7 +40,7 @@
|
|||||||
#include <opencv2/core/core.hpp>
|
#include <opencv2/core/core.hpp>
|
||||||
|
|
||||||
|
|
||||||
#include "tinythread/tinythread.h"
|
#include "support/tinythread.h"
|
||||||
|
|
||||||
#define DEFAULT_TOPN 25
|
#define DEFAULT_TOPN 25
|
||||||
#define DEFAULT_DETECT_REGION false
|
#define DEFAULT_DETECT_REGION false
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
set(support_source_files
|
set(support_source_files
|
||||||
filesystem.cpp
|
filesystem.cpp
|
||||||
timing.cpp
|
timing.cpp
|
||||||
|
tinythread.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
add_library(support STATIC ${support_source_files})
|
add_library(support STATIC ${support_source_files})
|
||||||
|
Reference in New Issue
Block a user