On Tue, May 19, 2009 at 2:54 PM, Javier Sanz wrote:
[...]
>
>
>
> MYPROJECT
> 2
>
> /home/jsanz/repositories/cprojects_trunk/images/myproject/build
>
>
> The location is actually where the CMakeList.txt of this proje
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 question
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
> Hi Everyone,
>
> I am trying to integrate Eclipse as development IDE in our repository. So
> far Cmake creates the projects and Eclipse com
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 :