Hi,

I have a couple of DLL files I want to copy to my executable's directory as
a post-build event in the CMake-generated visual studio project files. I
know I have to use install() for this, however I'm not sure how I can tell
install() to copy these DLL files to the directory containing the compiled
EXE file. I can't seem to find a CMAKE variable that represents the
containing directory of this EXE file. Note I'm building out of source.

Thanks.
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to