or to a separate folder & setup the PATH var to point to it
rebuild the opencv libs as static libs using cmake (untick the SHARED_LIBS box), then link your program against those.
this will lead to a (huge) binary without dependancies to the opencv-dlls. (e.g. this is what the python-wrapper does)