How to copy shared OpenCV libraries to cmake's folder?
Hi there I'm performing this tutorial: Using OpenCV with gcc and CMake
But my generated executable works only on my PC(Ubuntu 16.04).
So how can I copy required binaries to cmake's folder to make that executable also work on the other PC(same platform) that hasn't opencv libraries installed?
add a comment