From ad87d15f95e9922d21e09f7ad463ef07e3a3b283 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Tue, 28 Apr 2015 20:37:34 -0400 Subject: [PATCH] Added onig to compile --- src/openalpr/support/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/openalpr/support/CMakeLists.txt b/src/openalpr/support/CMakeLists.txt index 8e4e30a..6ea731c 100644 --- a/src/openalpr/support/CMakeLists.txt +++ b/src/openalpr/support/CMakeLists.txt @@ -7,6 +7,8 @@ set(support_source_files platform.cpp ) +add_subdirectory(regex) + add_library(support STATIC ${support_source_files}) SET_TARGET_PROPERTIES( support PROPERTIES COMPILE_FLAGS -fPIC) \ No newline at end of file