Updated names to be prefixed with openalpr-utils-

This commit is contained in:
Matt Hill
2014-12-15 20:56:58 -05:00
parent 14339d6090
commit a37d7a9588

View File

@@ -1,6 +1,6 @@
ADD_EXECUTABLE( openalpr-utils-sortstate sortstate.cpp ) ADD_EXECUTABLE( openalpr-utils-sortstate sortstate.cpp )
TARGET_LINK_LIBRARIES(sortstate-openalpr-utils TARGET_LINK_LIBRARIES(openalpr-utils-sortstate
openalpr openalpr
support support
${OpenCV_LIBS} ${OpenCV_LIBS}
@@ -8,7 +8,7 @@ TARGET_LINK_LIBRARIES(sortstate-openalpr-utils
) )
ADD_EXECUTABLE( openalpr-utils-classifychars classifychars.cpp ) ADD_EXECUTABLE( openalpr-utils-classifychars classifychars.cpp )
TARGET_LINK_LIBRARIES(classifychars-openalpr-utils TARGET_LINK_LIBRARIES(openalpr-utils-classifychars
openalpr openalpr
support support
${OpenCV_LIBS} ${OpenCV_LIBS}