Hi, I guess this is the piece of information I was missing: indeed, once imported in eclipse I was going to project->build all; instead, if I left-click on the project and selct make target->build, then everything works, and I can modify my source. I'm sorry if this was dumb, but in the wiki of using cmake in CDT I did not see this passage.
>----Messaggio originale---- >Da: [email protected] >Data: 20/09/2010 21.21 >A: "[email protected]"<[email protected]> >Cc: <[email protected]> >Ogg: Re: R: Re: R: Re: [CMake] CMake CDT generator > >On Monday 20 September 2010, [email protected] wrote: >> >You can import once the source directory and additionally multiple build >> >directories as projects into Eclipse. >> >> Yes was already done, I have in CDT my project folder >> (myproj...@buildproject), having its binary,sr,include folder; it also has >> a Debug and Release folder, with their own makefile. >> The problem is that I still cannot set/manage build configurations, because >> I still have only CDT Makefile Builder and not CDT Builder among the >> Builders (proj.prperty->builder) > >You don't need that, you can simply build the targets in the different >imported build dirs. > >Alex > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
