[Cmake] Question about source groups.

Brad King brad.king at kitware.com
Mon, 29 Mar 2004 09:00:31 -0500


Bernhard Glück wrote:
> Is it possible with the SOURCE_GROUP command to specify "sub" groups ?
> 
> Meaning that you have e.g in your VC Project a Folder xx1 which contains 
> folder yyy1 and zzz1 and yyy1 in turn contains aaa1
> Right now i can only create top level groups.....

No, this is not currently possible.  If you want to add support in the 
CVS version, the place to look is cmSourceGroupCommand.cxx and 
cmLocalVisualStudio6Generator.cxx.

-Brad