On Fri, Jun 20, 2008 at 11:47 AM, David Cole <<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>> 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 "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${CMAKE_CFG_INTDIR}/modules" 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> SET_TARGET_PROPERTIES(foo PROPERTIES PREFIX "modules/")<br>ENDIF(MSVC)<br></div></div><br>-- <br>Philip Lowman