Skip to content

Commit

Permalink
Renamed the README.txt file for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
shervinemami committed Dec 9, 2012
1 parent 3a37319 commit 46675d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Chapter5_NumberPlateRecognition/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ ADD_EXECUTABLE( evalOCR evalOCR.cpp OCR.cpp )
TARGET_LINK_LIBRARIES( evalOCR ${OpenCV_LIBS} )

SET(RESOURCES
README
README.txt
SVM.xml
OCR.xml
test
)
foreach(f ${RESOURCES})
file( COPY ${f} DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/)
endforeach(f)
endforeach(f)

0 comments on commit 46675d0

Please sign in to comment.