[CMake] Project files are not listed when project file is generated through "cmake -GKDevelop3"

Alexander Neundorf a.neundorf-work at gmx.net
Wed Aug 6 15:16:01 EDT 2008


On Wednesday 06 August 2008, Andreas Pakulat wrote:
> On 06.08.08 20:29:07, Yogesh Marwaha wrote:
> > 2008/8/6 Andreas Pakulat <apaku at gmx.de>:
> > > It would be interesting to see how the file initially looked. KDevelop
> > > automatically removes any entries which point to non-existing files and
> > > I guess the cmake generator has wrong assumptions about what it can put
> > > into the filelist.
> >
> > Here is the link to file (4K):
> > http://tuxdiscs.googlepages.com/Gravity.kdevelop.filelist
> >
> > Here is the link to complete (initial) build directory (33K):
> > http://tuxdiscs.googlepages.com/build.tar.bz2
>
> Ok, thanks,  I was able to reproduce this. The problem is that for some
> reason the generator puts all directories into the blacklist, which
> means kdevelop will ignore them. I have no idea why it does this, it
> doesn't make any sense at all. 

This was last year summer or so, we (yes, I think we two) discussed about it.
The generator adds the files itself to the filelist file, and putting the dirs 
in the blacklist kept kdevelop from doing something which was not nice.
Hmm, what was it...
Asking whether it should add all files in the subdirs to the project maybe.
Not necessary here, since cmake knows better.

Has something changed with this in kdevelop ?

Alex


More information about the CMake mailing list