[Cmake] planning KDevelop support

Bill Hoffman bill.hoffman at kitware.com
Fri May 2 10:27:21 EDT 2003


I think you would need to create a new Makefile generator.
How does the autoconf one work?
I assume that KDevelop still uses make to do the work of
building right?   If that is the case, you could sub-class
off the unix makefile generator, and just have it output a few
extra files as well.   

-Bill


At 10:15 AM 5/2/2003, Stefan Schmidt wrote:
>Hello,
>
>I'd like to achieve some integration of CMake in KDevelop.
>
>My question: In what way do I need to modify CMake to give me a list of all 
>source files, say, for a given target, or for the whole project (including 
>subdirs)? 
>
>Is it better to create a new Makefile generator, derived from the Unix one, 
>which additionally outputs such a list, or might it be better to create a new 
>CMake Command (or modify one of the ADD_EXECUTABLE commands) for that?
>
>Some background information:
>In the upcoming Kdevelop 3, there's support for "Parts" that handle project 
>management (there's already one for the autotools and one for qmake). 
>I imagine creating a Part like these which runs (a modified) CMake as the 
>configure step which creates this list. Then this list is used to form the 
>project's file tree view. 
>Additionally, integrating the cache editing GUI in the Part is possible, too.
>
>What do you think about this?
>
>Kind regards,
>Stefan
>_______________________________________________
>Cmake mailing list
>Cmake at public.kitware.com
>http://public.kitware.com/mailman/listinfo/cmake 






More information about the CMake mailing list