<div>Hi,</div><div><br></div><div>Thank you for your replies. There is still something unclear for me.</div><div><br></div><div>Let me describe the structure of my project (SVN project):</div><div><br></div><div>branches/</div>
<div>build/</div><div>tags/</div><div>trunk/<br></div><div><br></div><div>I run the cmake command in the build directory (i.e &quot;cmake ../trunk&quot;) which generates the .project and .cproject, as well as all the CMake files generated by the cmake command.</div>
<div><br></div><div>When I import the project in Eclipse (I import the build directory which contains the Eclipse files), here is the structure within Eclipse:</div><div><br></div><div>Binaries/</div><div>Includes/</div><div>
myProject/files_in_trunk</div><div>generated_cmake_file_1</div><div>generated_cmake_file_2</div><div>...</div><div>...</div><div>generated_cmake_file_N</div><div><br></div><div>As I said in my first post, the import is dirty as I have all the generated files in the &quot;main&quot; directory. What I would like to have is the following structure:</div>
<div><br></div><div>Binaries/</div><div>Includes/</div><div>build/ (and the generated cmake files...)</div><div>myProject/files_in_trunk</div><div><br></div><div>I may miss something or misunderstand the process. Could anyone tell me what&#39;s the best way to operate? </div>
<div><br></div><div>Thank you for your help.</div><div><br></div><div>Romain</div><div><br></div><div><br></div><div class="gmail_quote">2009/10/3 Alexander Neundorf <span dir="ltr">&lt;<a href="mailto:a.neundorf-work@gmx.net">a.neundorf-work@gmx.net</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Friday 02 October 2009, Philip Lowman wrote:<br>
&gt; On Fri, Oct 2, 2009 at 7:38 AM, Mike Jackson<br>
&lt;<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>&gt;wrote:<br>
&gt; &gt; I&#39;m confused by the &quot;preprocessor statement highlighting&quot; in Cmake<br>
&gt; &gt; 2.8? What exactly is being highlighted? Is there a new Text Editor or<br>
&gt; &gt; is this something in CMake-Gui.exe?<br>
&gt;<br>
&gt; I&#39;m sorry, that wasn&#39;t very clear.  What I meant to say is that CMake 2.8<br>
&gt; has some changes in it (thanks to Miguel &amp; Alex) that improve Eclipse<br>
&gt; recognizing certain system-defined preprocessor statements.  This in turn<br>
&gt; can fix problems where Eclipse &quot;greys out&quot; large blocks of code preventing<br>
&gt; indexing features from working properly.<br>
<br>
</div>And you now also get all targets set up in Eclipse, including the targets for<br>
building object files, preprocessed files and assembled files separately :-)<br>
<br>
Alex<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br>