I&#39;ve tried the existing generator in cmake on the Mac on my existing project but it generated a crazy MakeFile project that builds, but is really unorganized and doesn&#39;t really help any.&nbsp; I tried using the CMake project and discovered that the build directory structure I was using appears to be most of my problem.&nbsp; I had created a directory called build under the root of the cmake project then ran cmake with the working directory set to the build folder&nbsp; [cmake .. -G &quot;Eclipse CDT4 - Unix Makefiles&quot;] The project in eclipse was mostly unusable because the source and the files were all over the place.&nbsp; Once I ran cmake in the source file.&nbsp; It behaved much better.<br>
<br>-Neal<br>Date: Fri, 7 Nov 2008 08:07:19 +0100<br>
From: &quot;Eric Noulard&quot; &lt;<a href="mailto:eric.noulard@gmail.com">eric.noulard@gmail.com</a>&gt;<br>
Subject: Re: [CMake] Eclipse CDT and CMake<br>
To: &quot;Michael Jackson&quot; &lt;<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>&gt;<br>
Cc: &quot;Cmake <a href="mailto:cmake@cmake.org">cmake@cmake.org</a>&quot; &lt;<a href="mailto:cmake@cmake.org">cmake@cmake.org</a>&gt;<br>
Message-ID:<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:cbe23c50811062307j1ac589a8y8dc886259f391f33@mail.gmail.com">cbe23c50811062307j1ac589a8y8dc886259f391f33@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
2008/11/7 Michael Jackson &lt;<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>&gt;:<br>
&gt;<br>
&gt; On Nov 6, 2008, at 7:26 PM, Neal Meyer wrote:<br>
&gt;<br>
&gt;&gt; I&#39;m on a Mac and I was wondering if there are any plans to support full<br>
&gt;&gt; CDT projects from CMake?<br>
&gt;&gt;<br>
&gt;&gt; -Neal<br>
&gt;<br>
&gt; I thought there was a CDT generator as part of CMake?<br>
<br>
Yes there is:<br>
<a href="http://www.cmake.org/Wiki/Eclipse_CDT4_Generator" target="_blank">http://www.cmake.org/Wiki/Eclipse_CDT4_Generator</a><br>
<br>
I use it on Linux.<br>
<br>
--<br>
Erk