CMake Generator Specific Information

From KitwarePublic
Revision as of 18:21, 12 October 2004 by Andy (talk | contribs) (Add some description about KDevelop3 generator)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

KDevelop3 Generator

KDevelop3 is in alpha state, so use it carefully. Available in CVS as of October 12th 2004. Currently only reported to work in KDevelop 3.0.4.

CMakeKDevelop3GeneratorScreendump.png

Beside creating all the same files as UNIX Makefile generator, it creates in the toplevel binary directory files:

Project.kdevelop
Project.kdevelop.filelist

The first one is XML describing the project, while the second one is a list of relative paths to the source files. The source files are grouped based on globbing expression in the XML file.