Jack Schultz

Results 1 comments of Jack Schultz

@robwoidi try adding these lines to the CMakeLists.txt: - Add `find_package(OpenCV REQUIRED)` - Add `${OpenCV_INCLUDE_DIRS}` to include_directories() - Add `${OpenCV_LIBS}` to target_link_libraries()