mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 18:22:48 +08:00
Excluding misc utilities unless build is requested explicitly
This commit is contained in:
@@ -3,7 +3,7 @@ target_link_libraries(openalpr)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
ADD_EXECUTABLE( sortstate sortstate.cpp )
|
ADD_EXECUTABLE( sortstate EXCLUDE_FROM_ALL sortstate.cpp )
|
||||||
TARGET_LINK_LIBRARIES(sortstate
|
TARGET_LINK_LIBRARIES(sortstate
|
||||||
openalpr-static
|
openalpr-static
|
||||||
support
|
support
|
||||||
@@ -11,7 +11,7 @@ TARGET_LINK_LIBRARIES(sortstate
|
|||||||
${Tesseract_LIBS}
|
${Tesseract_LIBS}
|
||||||
)
|
)
|
||||||
|
|
||||||
ADD_EXECUTABLE( classifychars classifychars.cpp )
|
ADD_EXECUTABLE( classifychars EXCLUDE_FROM_ALL classifychars.cpp )
|
||||||
TARGET_LINK_LIBRARIES(classifychars
|
TARGET_LINK_LIBRARIES(classifychars
|
||||||
openalpr-static
|
openalpr-static
|
||||||
support
|
support
|
||||||
@@ -20,7 +20,7 @@ TARGET_LINK_LIBRARIES(classifychars
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
ADD_EXECUTABLE(benchmark
|
ADD_EXECUTABLE(benchmark EXCLUDE_FROM_ALL
|
||||||
benchmark/benchmark.cpp
|
benchmark/benchmark.cpp
|
||||||
benchmark/benchmark_utils.cpp
|
benchmark/benchmark_utils.cpp
|
||||||
benchmark/endtoendtest.cpp
|
benchmark/endtoendtest.cpp
|
||||||
@@ -34,14 +34,14 @@ TARGET_LINK_LIBRARIES(benchmark
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
ADD_EXECUTABLE( prepcharsfortraining prepcharsfortraining.cpp )
|
ADD_EXECUTABLE( prepcharsfortraining EXCLUDE_FROM_ALL prepcharsfortraining.cpp )
|
||||||
TARGET_LINK_LIBRARIES(prepcharsfortraining
|
TARGET_LINK_LIBRARIES(prepcharsfortraining
|
||||||
support
|
support
|
||||||
${OpenCV_LIBS}
|
${OpenCV_LIBS}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
ADD_EXECUTABLE( tagplates tagplates.cpp )
|
ADD_EXECUTABLE( tagplates EXCLUDE_FROM_ALL tagplates.cpp )
|
||||||
TARGET_LINK_LIBRARIES(tagplates
|
TARGET_LINK_LIBRARIES(tagplates
|
||||||
support
|
support
|
||||||
${OpenCV_LIBS}
|
${OpenCV_LIBS}
|
||||||
|
Reference in New Issue
Block a user