From de325d02df6f5541e28662a2937c595fad64fb84 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Mon, 14 Mar 2016 22:27:04 -0400 Subject: [PATCH] Including detectormask in compile --- src/openalpr/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openalpr/CMakeLists.txt b/src/openalpr/CMakeLists.txt index 5988775..a8a2ac0 100644 --- a/src/openalpr/CMakeLists.txt +++ b/src/openalpr/CMakeLists.txt @@ -11,6 +11,7 @@ set(lpr_source_files detection/detectorocl.cpp detection/detectorfactory.cpp detection/detectormorph.cpp + detection/detectormask.cpp licenseplatecandidate.cpp utility.cpp ocr.cpp