Eclipse CDT4 Generator: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
|||
Line 9: | Line 9: | ||
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". | 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". | ||
Since August 1st the Eclipse generator is included in CMake cvs. | |||
If you | If patches are needed, you can get them this way: | ||
* download [[Media:eclipse_cdt4_generator.tgz|this file]]. | * download [[Media:eclipse_cdt4_generator.tgz|this file]]. | ||
Line 19: | Line 19: | ||
patch -p0 < /path/to/eclipse_cdt4_generator.patch | patch -p0 < /path/to/eclipse_cdt4_generator.patch | ||
</pre> | </pre> | ||
{{CMake/Template/Footer}} | {{CMake/Template/Footer}} |
Revision as of 13:24, 1 August 2007
Eclipse CDT 4.0 Generator
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".
Since August 1st the Eclipse generator is included in CMake cvs.
If patches are needed, you can get them this way:
- download this file.
- apply the patch contained to the cvs copy:
cd /path/to/cmake/source patch -p0 < /path/to/eclipse_cdt4_generator.patch