Remove trailing whitespace

This commit is contained in:
Philippe Vaucher
2014-03-17 10:35:09 +01:00
parent b86a6743de
commit bdc922c69a
90 changed files with 3466 additions and 3523 deletions

View File

@@ -4,35 +4,33 @@ target_link_libraries(openalpr)
ADD_EXECUTABLE( sortstate sortstate.cpp )
TARGET_LINK_LIBRARIES(sortstate
TARGET_LINK_LIBRARIES(sortstate
openalpr
support
${OpenCV_LIBS}
${OpenCV_LIBS}
tesseract
)
ADD_EXECUTABLE( classifychars classifychars.cpp )
TARGET_LINK_LIBRARIES(classifychars
TARGET_LINK_LIBRARIES(classifychars
openalpr
support
${OpenCV_LIBS}
${OpenCV_LIBS}
tesseract
)
ADD_EXECUTABLE( benchmark benchmark.cpp )
TARGET_LINK_LIBRARIES(benchmark
TARGET_LINK_LIBRARIES(benchmark
openalpr
support
${OpenCV_LIBS}
${OpenCV_LIBS}
tesseract
)
ADD_EXECUTABLE( prepcharsfortraining prepcharsfortraining.cpp )
TARGET_LINK_LIBRARIES(prepcharsfortraining
TARGET_LINK_LIBRARIES(prepcharsfortraining
support
${OpenCV_LIBS}
${OpenCV_LIBS}
)