mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 17:07:39 +08:00
Updated names to be prefixed with openalpr-utils-
This commit is contained in:
@@ -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}
|
||||||
|
Reference in New Issue
Block a user