<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 "cmake ../trunk") 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 "main" 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'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"><<a href="mailto:a.neundorf-work@gmx.net">a.neundorf-work@gmx.net</a>></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>
> On Fri, Oct 2, 2009 at 7:38 AM, Mike Jackson<br>
<<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>>wrote:<br>
> > I'm confused by the "preprocessor statement highlighting" in Cmake<br>
> > 2.8? What exactly is being highlighted? Is there a new Text Editor or<br>
> > is this something in CMake-Gui.exe?<br>
><br>
> I'm sorry, that wasn't very clear. What I meant to say is that CMake 2.8<br>
> has some changes in it (thanks to Miguel & Alex) that improve Eclipse<br>
> recognizing certain system-defined preprocessor statements. This in turn<br>
> can fix problems where Eclipse "greys out" large blocks of code preventing<br>
> 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>