Thanks Alex.&nbsp; I&#39;m playing with the generator on Windows and Mac, and now that I understand the Eclipse limitation with the linked resource directory it makes it clearer.&nbsp; On my windows project I&#39;m getting several linked directories in the main project that seems like everything that has an add_subdirectory in the root CMakeLists.txt file, but on my Mac project I&#39;m just getting a single linked resource for the root of the entire source tree.&nbsp; Is that expected?&nbsp; Both are using out of source build directories.<br>
<br>-Neal<br><br>On Friday 07 November 2008, Neal Meyer wrote:<br>&gt; I&#39;ve tried the existing generator in cmake on the Mac on my existing<br>&gt; project but it generated a crazy MakeFile project that builds, but is<br>
&gt; really unorganized and doesn&#39;t really help any.&nbsp; I tried using the CMake<br>&gt; project and discovered that the build directory structure I was using<br>&gt; appears to be most of my problem.&nbsp; I had created a directory called build<br>
&gt; under the root of the cmake project then ran cmake with the working<br>&gt; directory set to the build folder&nbsp; [cmake .. -G &quot;Eclipse CDT4 - Unix<br>&gt; Makefiles&quot;] The project in eclipse was mostly unusable because the source<br>
&gt; and the files were all over the place.&nbsp; Once I ran cmake in the source<br>&gt; file.&nbsp; It behaved much better.<br><br>Please read that wiki page, it documents all the issues Eclipse has with <br>out-of-source builds. If there is something more, please let us know.<br>
<a href="http://www.cmake.org/Wiki/Eclipse_CDT4_Generator">http://www.cmake.org/Wiki/Eclipse_CDT4_Generator</a><br><br>Alex<br>