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
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to