On Fri, Jun 20, 2008 at 11:47 AM, David Cole &lt;<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
ADD_CUSTOM_COMMAND to copy the modules to &quot;${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${CMAKE_CFG_INTDIR}/modules&quot; should work...</blockquote><div><br>You may also be able to use the PREFIX hack to change the location where the target is generated.<br>
<br>IF(MSVC)<br>&nbsp;&nbsp; SET_TARGET_PROPERTIES(foo PROPERTIES PREFIX &quot;modules/&quot;)<br>ENDIF(MSVC)<br></div></div><br>-- <br>Philip Lowman