Re: [CMake] Supporting large numbers of projects

2008-03-27 Thread KSpam
Bill. On Thursday 27 March 2008 13:11:12 Bill Hoffman wrote: > If you use the project command in each sub project cmake 2.6 will do the > right thing and create sub-solutions that include all targets that they > use in the larger project. That's great news! I am looking forward to 2.6. Thanks,

Re: [CMake] Supporting large numbers of projects

2008-03-27 Thread Bill Hoffman
KSpam wrote: My company is using CMake to build a large number of projects (~300). The developers have complaints regarding the size (and load-time, etc) of the top-level solution file. I am attempting to address their concerns. Take this hypothetical project hierarchy: module-1/ su

[CMake] Supporting large numbers of projects

2008-03-18 Thread KSpam
My company is using CMake to build a large number of projects (~300). The developers have complaints regarding the size (and load-time, etc) of the top-level solution file. I am attempting to address their concerns. Take this hypothetical project hierarchy: module-1/ sub-module-1/