Merge pull request #10 from vebers/multithread

Removed findnegatves build rule from misc_utilities as source file is no...
This commit is contained in:
Matthew Hill
2014-02-25 19:12:34 -07:00

View File

@@ -35,12 +35,3 @@ TARGET_LINK_LIBRARIES(prepcharsfortraining
${OpenCV_LIBS} ${OpenCV_LIBS}
) )
ADD_EXECUTABLE( findnegatives findnegatives.cpp )
TARGET_LINK_LIBRARIES(findnegatives
openalpr
support
${OpenCV_LIBS}
tesseract
)