diff --git a/src/openalpr/CMakeLists.txt b/src/openalpr/CMakeLists.txt index 79097cc..06d7650 100644 --- a/src/openalpr/CMakeLists.txt +++ b/src/openalpr/CMakeLists.txt @@ -31,4 +31,5 @@ add_library(openalpr ${lpr_source_files}) add_subdirectory(simpleini) -add_subdirectory(support) \ No newline at end of file +add_subdirectory(support) +add_subdirectory(tinythread) \ No newline at end of file diff --git a/src/openalpr/tinythread/CMakeLists.txt b/src/openalpr/tinythread/CMakeLists.txt new file mode 100644 index 0000000..435c2de --- /dev/null +++ b/src/openalpr/tinythread/CMakeLists.txt @@ -0,0 +1,6 @@ +set(tinythread_source_files + tinythread.cpp +) + + +add_library(tinythread ${tinythread_source_files}) \ No newline at end of file