I’m building OpenCV using CMake as an external project and the compilition works well, but the generated lib / dll files are not installed. The headers are correctly installed though. Is there a special build option I should enable to install libs?
Nevermind they are installed in
x64
subdir and I was looking for <install>/{include, lib}
.
there should be one build target (“install” or something) that copies all the files required for a “redistributable” into an install/
directory.