On Fri, Jun 20, 2008 at 11:47 AM, David Cole <[EMAIL PROTECTED]> wrote:

> ADD_CUSTOM_COMMAND to copy the modules to
> "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${CMAKE_CFG_INTDIR}/modules" should
> work...


You may also be able to use the PREFIX hack to change the location where the
target is generated.

IF(MSVC)
   SET_TARGET_PROPERTIES(foo PROPERTIES PREFIX "modules/")
ENDIF(MSVC)

-- 
Philip Lowman
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to