[CMake] New Eclipse/Cmake Tutorial.. With Pictures

Trevor Kellaway tkellaway at asl-electronics.co.uk
Sun Jul 8 10:25:15 EDT 2007


Mike,

> I have made the suggested changes to the Cmake:Eclipse wiki entry.
> Take a look and let me know.

Looks good.

For "True Out of Source Builds" as mentioned before in the forum I use
this slightly different style of project layout, avoiding placing the
build tree directly under the source tree, this is useful to allow easy
recursive searching of the source tree, and keep unversioned files out
of the versioned source tree:

 myproject/source
 myproject/build

I then set Eclipse to import from the myproject level.

 - TrevK


More information about the CMake mailing list