|
|
(47 intermediate revisions by 12 users not shown) |
Line 1: |
Line 1: |
| ==Eclipse CDT 4.0 Generator==
| | {{CMake/Template/Moved}} |
|
| |
|
| [[Image:CMakeEclipseCDT4_TSPBuild.png|thumb|right|350px|CMake generated Eclipse Project for TSP]] | | This page has moved [https://gitlab.kitware.com/cmake/community/wikis/doc/editors/Eclipse-CDT4-Generator here]. |
| | |
| [[Image:CMakeEclipseCDT4GeneratorScreendump.png|thumb|right|350px|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 [[Media:eclipse_cdt4_generator.tgz|this file]].
| |
| * apply the patch contained to the cvs copy:
| |
| <pre>
| |
| cd /path/to/cmake/source
| |
| patch -p0 < /path/to/eclipse_cdt4_generator.patch
| |
| </pre>
| |
| * copy the files cmExtraEclipseCDT4Generator.h|cxx into the Source directory of your cvs checkout.
| |
| * build/install cmake as usual.
| |
| | |
| {{CMake/Template/Footer}}
| |
Latest revision as of 15:41, 30 April 2018