<div class="gmail_quote">On Tue, Feb 17, 2009 at 12:34 PM, Pau Garcia i Quiles <span dir="ltr"><<a href="mailto:pgquiles@elpauer.org">pgquiles@elpauer.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br>
<br>
I want Visual C++ to output executables, DLLs, etc to the builddir<br>
without creating "Release", "Debug", "RelWithDebInfo", etc<br>
directories. In our case, this would be very convenient for debugging.<br>
<br>
I have found the CMAKE_INTDIR and CMAKE_CFG_INTDIR variables but<br>
neither SET( CMAKE_INTDIR "." ) nor SET( CMAKE_CFG_INTDIR "." )<br>
achieve what I want (in the VC++ project, CMAKE_INTDIR still has the<br>
release type value). Is it possible to change this value at all? How?<br>
(SET_TARGET_PROPERTIES?)<br>
<br></blockquote></div><br>You can use the PREFIX hack for this. Just set to "../"<br><br><a href="http://www.mail-archive.com/cmake@cmake.org/msg14083.html">http://www.mail-archive.com/cmake@cmake.org/msg14083.html</a><br>
<br clear="all"><br>-- <br>Philip Lowman<br>