From a37d7a95888e002d6e33a166633fc54a6437f935 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Mon, 15 Dec 2014 20:56:58 -0500 Subject: [PATCH] Updated names to be prefixed with openalpr-utils- --- src/misc_utilities/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/misc_utilities/CMakeLists.txt b/src/misc_utilities/CMakeLists.txt index 63603e6..108fa67 100644 --- a/src/misc_utilities/CMakeLists.txt +++ b/src/misc_utilities/CMakeLists.txt @@ -1,6 +1,6 @@ ADD_EXECUTABLE( openalpr-utils-sortstate sortstate.cpp ) -TARGET_LINK_LIBRARIES(sortstate-openalpr-utils +TARGET_LINK_LIBRARIES(openalpr-utils-sortstate openalpr support ${OpenCV_LIBS} @@ -8,7 +8,7 @@ TARGET_LINK_LIBRARIES(sortstate-openalpr-utils ) ADD_EXECUTABLE( openalpr-utils-classifychars classifychars.cpp ) -TARGET_LINK_LIBRARIES(classifychars-openalpr-utils +TARGET_LINK_LIBRARIES(openalpr-utils-classifychars openalpr support ${OpenCV_LIBS}