On Mon, Nov 24, 2008 at 7:39 AM, Armin Berres <span dir="ltr">&lt;<a href="mailto:trigger@space-based.de">trigger@space-based.de</a>&gt;</span> 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;">
<div><div></div><div class="Wj3C7c">On Sat, 22 Nov 08 12:47, Philip Lowman wrote:<br>
&gt; On Sat, Nov 22, 2008 at 8:12 AM, Armin Berres &lt;<a href="mailto:trigger@space-based.de">trigger@space-based.de</a>&gt;wrote:<br>
&gt;<br>
&gt; &gt; PS:<br>
&gt; &gt; What I&#39;d reallylike to know is if it is possible to prevent the creation<br>
&gt; &gt; of the Source/Header folders. With source groups it is just possible to put<br>
&gt; &gt; files in a subdirectory, but I want some files directly in the project<br>
&gt; &gt; root.<br>
&gt;<br>
&gt;<br>
&gt; For this, simply set the folder name to &quot;&quot;<br>
<br>
</div></div>That&#39;t the behaviour I would expect, but sadly it doesn&#39;t work. I just<br>
checked with CMake 2.6.2 and &quot;&quot; leads to created Source and Header<br>
folders.</blockquote><div><br>Works for me.&nbsp; Puts files in the root of the &quot;bar&quot; project:<br><br>PROJECT(foo)<br>SOURCE_GROUP(&quot;&quot; FILES bar.h bar.cc)<br>ADD_EXECUTABLE(bar bar.h bar.cc)<br></div></div>
<br>-- <br>Philip Lowman<br>