mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 09:26:54 +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 )
|
||||
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}
|
||||
|
Reference in New Issue
Block a user