From 063d0bda6a071fce81785498b68481585a7603de Mon Sep 17 00:00:00 2001 From: Peter Rekdal Sunde Date: Tue, 11 Aug 2015 09:54:19 +0200 Subject: [PATCH] Link with support. --- src/statedetection/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/statedetection/CMakeLists.txt b/src/statedetection/CMakeLists.txt index f65e7a9..405f8af 100644 --- a/src/statedetection/CMakeLists.txt +++ b/src/statedetection/CMakeLists.txt @@ -17,6 +17,7 @@ set_target_properties(statedetection PROPERTIES SOVERSION ${OPENALPR_MAJOR_VERSI TARGET_LINK_LIBRARIES(statedetection ${OpenCV_LIBS} + support )