[CMake] Project Grouping in a solution

2007-09-26 Thread Neal Meyer
Is there a way to group projects in a solution? Something like this would be handy CMakeProject --> ALL_BUILD --> ZERO_CHECK etc lib --> lib1 --> lib2 Possibly something that follows the file system setup. -Neal ___ CMake mailing

[CMake] Project Grouping in a solution

2007-09-26 Thread Neal Meyer
Is there a way to group projects in a solution? Something like this would be handy CMakeProject --> ALL_BUILD --> ZERO_CHECK etc lib --> lib1 --> lib2 Possibly something that follows the file system setup. -Neal ___ CMake mailing

Re: [CMake] Project Grouping in a solution

2007-09-27 Thread Sylvain Benner
Is there a way to group projects in a solution? Something like this would be handy CMakeProject --> ALL_BUILD --> ZERO_CHECK etc lib --> lib1 --> lib2 Possibly something that follows the file system setup. -Neal This topic has been addressed few days ago, a quick

Re: [CMake] Project Grouping in a solution

2007-09-27 Thread Richard Moreland
Attached is an updated patch that works with 2.4.7. -Richard Sylvain Benner wrote: Is there a way to group projects in a solution? Something like this would be handy CMakeProject --> ALL_BUILD --> ZERO_CHECK etc lib --> lib1 --> lib2 Possibly something that follows

Re: [CMake] Project Grouping in a solution

2007-09-27 Thread Neal Meyer
Richard, This project organization is much better, Kudos. However, most of our directories include only a single project file so there seems to be a lot of redundant folders in this type of layout, so maybe a little additional feature that if there is only a single project in the directory don't

Re: [CMake] Project Grouping in a solution

2007-09-28 Thread Sylvain Benner
Neal Meyer a écrit : Richard, This project organization is much better, Kudos. However, most of our directories include only a single project file so there seems to be a lot of redundant folders in this type of layout, so maybe a little additional feature that if there is only a single pro