Zschocke, Florian wrote:
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Lütken
The problem I suppose is that CMake is running before MSVC and thus have no way
of knowing which configuration you will choose unless you tell so when 
generating the project.


With the use of CMAKE_CFG_INTDIR, you should be able to get to the targets you need inside custom commands with the multiconfiguration build systems. Have you tried CVS CMake, I think that the LOCATION of the target includes CMAKE_CFG_INTDIR in it.

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

Reply via email to