Re: [CMake] Eclipse CDT link location

2009-05-21 Thread Javier Sanz
It seems either no one has solution or I did not explain myself properly. Well, Thank you very much to the list anyway. Javier Sanz 2009/5/19 Javier Sanz js...@agnitio.es Hi Everyone, I am trying to integrate Eclipse as development IDE in our repository. So far Cmake creates the projects

Re: [CMake] Eclipse CDT link location

2009-05-21 Thread Mike Jackson
You need to tell eclipse where your sources are at then enable a VERBOSE=1 build. Then build your project. Eclipse will parse all the compile commands looking for -I arguments. Eclipse will then add those paths to the indexer to be indexed. There is also a CDT newsgroup that you can ask questions

Re: [CMake] Eclipse CDT link location

2009-05-21 Thread Miguel A. Figueroa-Villanueva
On Tue, May 19, 2009 at 2:54 PM, Javier Sanz wrote: [...] linkedResources     link     nameMYPROJECT/name     type2/type location/home/jsanz/repositories/cprojects_trunk/images/myproject/build/location     /link The location

[CMake] Eclipse CDT link location

2009-05-19 Thread Javier Sanz
Hi Everyone, 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 :