-- Mike Jackson Senior Research Engineer
Innovative Management & Technology Services


On Jul 31, 2007, at 4:40 PM, Alexander Neundorf wrote:

On Tuesday 31 July 2007 16:24, Mike Jackson wrote:
You dont. That is what I tried to explain in one of my other posts.
Eclipse has the notion of One project PER top level directory. If you
had a project setup like the above then you would have to actually
take the folder sub1 and place it at the same level as foo.

    Let's get straight what _Should_ be going on. The eclipse
generator is basically going to generate a single eclipse project

Would there be a problem if it would generate completely separate eclipse
projects for every project() command it finds ?
I.e. one project for the complete tree (foo), and separate projects for the projects sub1 and sub2, located in sub1_BINARY_DIR and sub2_BINARY_DIR ?

Alex

Yes. most likely.. Again.. the "project" file for eclipse is really going to be pretty simple. It is unlike other project files where you have to define everything. Eclipse is just slaving to make to actually build your project. Eclipse projects are way to limited to do this any other way. I am not trying to be difficult just passing on hard learned knowledge from earlier..

Mike
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to