On 06.08.08 11:47:20, Yogesh Marwaha wrote: > Project files are not listed in "File Groups" section of KDevelop > (3.5.2) when project file is generated through "cmake -GKDevelop3" > I generate kdevelop project files via cmake 2.6.1 kdevelop3 generator. > When I open the project, no file of my project is shown in "File > Groups" section or "Classes" section. So no easy way to browse project > files. Also "compile before execute" (and similar functions) does not > work. > > At first when the project file is generated > "Gravity.kdevelop.filelist" contains all the files in my project, but > when the project is opened and closed once, then that file is reduced > to: - > ------ > # KDevelop Custom Project File List > CMakeLists.txt > ------
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. > I first reported this issue to KDevelop developers > (http://bugs.kde.org/show_bug.cgi?id=168433) but I was instructed to > post issue here. I actually meant the CMake bugtracker, but I guess this list is fine until we know its a bug in CMake and what exactly is wrong :) Andreas -- You've been leading a dog's life. Stay off the furniture. _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
