How to add OpenCV as Git Submodule dependency in C++ on Linux ?
Have you ever tried managing OpenCV dependency with git submodules? It's a great way to avoid installing OpenCV by simply adding it as a git submodule and incorporating it into the project CMake build file using add_subdirectory. Sounds easy enough, ...
Aug 28, 20253 min read