Eclipse CDT4 Generator

From KitwarePublic
Revision as of 11:27, 1 August 2007 by Miguelf (talk | contribs)
Jump to navigationJump to search

Eclipse CDT 4.0 Generator

CMake generated Eclipse Project for TSP
Eclipse opens CMake project file

There is an Eclipse CDT 4.0 generator being developed on top of the Makefile generators available now (i.e., "Unix Makefiles", "MinGW Makefiles", "MSYS Makefiles", and maybe "NMake Makefiles").

With this generator it is possible to create a set of .project/.cproject files that can be imported in Eclipse as an "Existing Eclipse project".

Download and Apply Patch for CVS Sources

If you want to try out the Eclipse generator you will need to:

  • download this file.
  • apply the patch contained to the cvs copy:
cd /path/to/cmake/source
patch -p0 < /path/to/eclipse_cdt4_generator.patch
  • copy the files cmExtraEclipseCDT4Generator.h|cxx into the Source directory of your cvs checkout.
  • build/install cmake as usual.



CMake: [Welcome | Site Map]