[CMake] cmake generator for eclipse
Eric Noulard
eric.noulard at gmail.com
Wed Jan 28 11:13:22 EST 2009
2009/1/28 John Vines (CISD/HPCD) <jvines at arl.army.mil>:
> What versions of cmake support the generation of eclipse project files? I
> am using cmake 2.4-patch 8 and am trying to generate an Eclipse project
> file, via "ccmake -G "Eclipse CDT4 - Unix Makefiles" and am not generating
> the .project files.
Eclipse CDT4 generator has been added since CMake 2.6.0
you may check which generator your current version of CMake support with:
cmake -h
at the end of the help you'll have the available generators.
--
Erk
More information about the CMake
mailing list