Hi,<br><br>I have a couple of DLL files I want to copy to my executable&#39;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&#39;m not sure how I can tell install() to copy these DLL files to the directory containing the compiled EXE file. I can&#39;t seem to find a CMAKE variable that represents the containing directory of this EXE file. Note I&#39;m building out of source.<br>
<br>Thanks.<br>