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't been able to register the sources and get the Eclipse autocompletion features. Having a look to the .project I see :<br>
<br><linkedResources><br> <link><br> <name>MYPROJECT</name><br> <type>2</type><br> <location>/home/jsanz/repositories/cprojects_trunk/images/myproject/build</location><br>
</link><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>