<div dir="ltr">It&#39;d still be nice to specify where these files go, even if its not necessarily needed. In source builds tend to get messy otherwise.<br><br>-Tom<br><br><div class="gmail_quote">On Tue, Jul 22, 2008 at 4:57 PM, Andreas Pakulat &lt;<a href="mailto:apaku@gmx.de">apaku@gmx.de</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On 22.07.08 14:02:06, David Boosalis wrote:<br>
&gt; Hi<br>
&gt;<br>
&gt; The qmake variable MOC_DIR allows you to define where you want the generated moc flies to reside.&nbsp; I like to use it as it keeps my source directory clean.<br>
&gt;<br>
&gt; Is there a similar variable with cmake<br>
<br>
</div>Thats not really needed with cmake, because cmake allows to do real<br>
out-of-source builds without having to set tons of output dirs<br>
individually. Just create a build dir somewhere, go into it and run<br>
<br>
cmake &lt;sourcedir&gt;<br>
<br>
Andreas<br>
<font color="#888888"><br>
--<br>
You will be winged by an anti-aircraft battery.<br>
_______________________________________________<br>
CMake mailing list<br>
<a href="mailto:CMake@cmake.org">CMake@cmake.org</a><br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</font></blockquote></div><br></div>