Re: [CMake] Multiple source directory scenario and cdt generator

2011-11-16 Thread Alexander Neundorf
On Wednesday 16 November 2011, Dan Kegel wrote: > On Wed, Nov 16, 2011 at 9:43 AM, Alexander Neundorf > > wrote: > >> I suspect that the only way to make source code control > >> plugins happy is to link to dummy projects like you > >> do for the main source directory. > >> And then there's no ne

Re: [CMake] Multiple source directory scenario and cdt generator

2011-11-16 Thread Dan Kegel
On Wed, Nov 16, 2011 at 9:43 AM, Alexander Neundorf wrote: >> I suspect that the only way to make source code control >> plugins happy is to link to dummy projects like you >> do for the main source directory. >> And then there's no need for those individual source file links. > > AFAIK svn etc. w

Re: [CMake] Multiple source directory scenario and cdt generator

2011-11-16 Thread Alexander Neundorf
On Wednesday 16 November 2011, Dan Kegel wrote: > On Tue, Nov 15, 2011 at 1:28 PM, Dan Kegel wrote: > > Tried it. It seems to get the linking right, though I'm not > > sure how excited my users are going to be about how > > deeply buried those source files are in the GUI. There's > > a whole lot

Re: [CMake] Multiple source directory scenario and cdt generator

2011-11-15 Thread Dan Kegel
On Tue, Nov 15, 2011 at 1:28 PM, Dan Kegel wrote: > Tried it.  It seems to get the linking right, though I'm not > sure how excited my users are going to be about how > deeply buried those source files are in the GUI.  There's > a whole lot of visual cruft around them. Worse, the Team menu is ina

Re: [CMake] Multiple source directory scenario and cdt generator

2011-11-15 Thread Dan Kegel
On Mon, Nov 14, 2011 at 3:37 PM, Dan Kegel wrote: > On Sat, Nov 12, 2011 at 11:04 AM, Alexander Neundorf > wrote: >> * please give current cmake master a try, it has several improvements. > > I'll give cmake master a spin sometime this week. Tried it. It seems to get the linking right, though I

Re: [CMake] Multiple source directory scenario and cdt generator

2011-11-14 Thread Dan Kegel
On Sat, Nov 12, 2011 at 11:04 AM, Alexander Neundorf wrote: > Ok. So two things: > * please give current cmake master a try, it has several improvements. > * please create a ticket in the cmake bug tracker for this, improved source- > project generator for Eclipse, or something like this. > > My g

Re: [CMake] Multiple source directory scenario and cdt generator

2011-11-12 Thread Alexander Neundorf
On Saturday 12 November 2011, Dan Kegel wrote: > In http://www.cmake.org/pipermail/cmake/2011-November/047250.html > I wrote > > "I can't reorganize the source tree on the developers, > so I'm making do by putting the enclosing CMakeLists.txt next to all > the projects: >toplevel/trunk/CMakeLi

Re: [CMake] Multiple source directory scenario and cdt generator

2011-11-11 Thread Dan Kegel
On Fri, Nov 11, 2011 at 11:01 PM, Dan Kegel wrote: > I have no idea how to make that happen inside the cdt generator.  I could > kludge > it in the shell script that runs cmake, but then it would break whenever > the project was updated and cmake rebuilt the project automatically. OK, the follow

[CMake] Multiple source directory scenario and cdt generator

2011-11-11 Thread Dan Kegel
In http://www.cmake.org/pipermail/cmake/2011-November/047250.html I wrote "I can't reorganize the source tree on the developers, so I'm making do by putting the enclosing CMakeLists.txt next to all the projects: toplevel/trunk/CMakeLists.txt which is checked out to toplevel/CMakeLists.txt It