Hi Everyone,<br><br>I am trying to integrate Eclipse as development IDE in our repository. So far Cmake creates the projects and Eclipse compiles them properly. Unfortunately I haven&#39;t been able to register the sources and get the Eclipse autocompletion features. Having a look to the .project I see :<br>
<br>&lt;linkedResources&gt;<br>                &lt;link&gt;<br>                        &lt;name&gt;MYPROJECT&lt;/name&gt;<br>                        &lt;type&gt;2&lt;/type&gt;<br>                        &lt;location&gt;/home/jsanz/repositories/cprojects_trunk/images/myproject/build&lt;/location&gt;<br>
                &lt;/link&gt;<br><br>The location is actually where the CMakeList.txt of this project is but the sources are in locations like:<br><br>/home/jsanz/repositories/cprojects_trunk/modules/myproject/<br>/home/jsanz/repositories/cprojects_trunk/modules/mymodule/<br>
<br>I actually changed manually the location for /home/jsanz/repositories/cprojects_trunk/modules/myproject/ and Eclipse register the sources on that folder. Does anyone have a suggestion of how I can fix this issue from a cmake script?<br>
<br>Thank you for your help<br><br>Regards<br>Javier sanz. <br><br>PD: I am using Out-Of-Source Builds following the instructions from <a href="http://www.vtk.org/Wiki/Eclipse_CDT4_Generator">http://www.vtk.org/Wiki/Eclipse_CDT4_Generator</a><br>