How to copy shared OpenCV libraries to cmake's folder?

asked 2020-04-06 10:20:51 -0600

Umut gravatar image

updated 2020-04-06 10:21:59 -0600

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?

edit retag flag offensive close merge delete