I'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't really help any. I tried using the CMake project and discovered that the build directory structure I was using appears to be most of my problem. 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 [cmake .. -G "Eclipse CDT4 - Unix Makefiles"] The project in eclipse was mostly unusable because the source and the files were all over the place. Once I ran cmake in the source file. It behaved much better.<br>
<br>-Neal<br>Date: Fri, 7 Nov 2008 08:07:19 +0100<br>
From: "Eric Noulard" <<a href="mailto:eric.noulard@gmail.com">eric.noulard@gmail.com</a>><br>
Subject: Re: [CMake] Eclipse CDT and CMake<br>
To: "Michael Jackson" <<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>><br>
Cc: "Cmake <a href="mailto:cmake@cmake.org">cmake@cmake.org</a>" <<a href="mailto:cmake@cmake.org">cmake@cmake.org</a>><br>
Message-ID:<br>
<<a href="mailto:cbe23c50811062307j1ac589a8y8dc886259f391f33@mail.gmail.com">cbe23c50811062307j1ac589a8y8dc886259f391f33@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
2008/11/7 Michael Jackson <<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>>:<br>
><br>
> On Nov 6, 2008, at 7:26 PM, Neal Meyer wrote:<br>
><br>
>> I'm on a Mac and I was wondering if there are any plans to support full<br>
>> CDT projects from CMake?<br>
>><br>
>> -Neal<br>
><br>
> 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