[CMake] Generating project files for KDevelop3
Jan Woetzel
jw at mip.informatik.uni-kiel.de
Fri Jan 21 10:33:11 EST 2005
Luca Cappa wrote:
> I would like to generate the projects files for KDevelop3. I found
> that something has already been done in the wiki page, but I dont know
> how to specify as target the project files for KDevelop3. Any help?
Hi Luca,
you need arecnt cmake versino (I think from cvs).
cmake -h
should display at the bottom:
Generators
The following generators are available on this platform:
KDevelop3 = Generates KDevelop 3 project files.
Unix Makefiles = Generates standard UNIX makefiles.
Then
camke -G"KDevelop3" ..... and so on.
Jan.
--
Dipl.-Ing. Jan Woetzel
--------------------------------------------------
University of Kiel
Institute of Computer Science and Applied Mathematics
Hermann-Rodewald-Str. 3 [room 401]
24098 Kiel/Germany
--------------------------------------------------
Phone +49-431-880-1418
Fax +49-431-880-4054
Mob. +49-179-2937346
--------------------------------------------------
Url www.mip.informatik.uni-kiel.de/~jw
Email jw at mip.informatik.uni-kiel.de
More information about the CMake
mailing list