Open yurivict opened 6 years ago
call 'pkg-config opencv --cflags --libs' to check opencv path, and add -lopencv_core -lopencv_imgproc -lopencv_highgui to link script.
This is a bug that it doesn't use ${OpenCV_LIBRARIES}
to link zxing
in this line: https://github.com/glassechidna/zxing-cpp/blob/master/CMakeLists.txt#L86
@tm-drtina Could you please fix CMakeLists.txt
?
Getting these errors: