[CMake] Hide Visual Studio Projects.
Fabio Fracassi
fabio.fracassi at charite.de
Tue Oct 6 05:58:46 EDT 2009
Surya Kiran Gullapalli schrieb:
>
>
> On Tue, Oct 6, 2009 at 12:34 PM, Surya Kiran Gullapalli
> <suryakiran.gullapalli at gmail.com
> <mailto:suryakiran.gullapalli at gmail.com>> wrote:
>
> Hello All,
> I came across this blog about hiding visual studio projects
> <http://blogs.msdn.com/saraford/archive/2008/02/22/did-you-know-you-can-use-solution-folders-to-hide-projects-157.aspx>.
>
>
> I tried hiding projects on a cmake generated solution file with
> success. But when i regenerate the solution the hiding information
> is gone as the solution file is regenerated.
>
> Can we do the hiding business using cmake ?
>
> Surya
>
>
> I tried grouping projects as mentioned by Bill Hoffman in this thread.
> <http://public.kitware.com/Bug/view.php?id=3796>
>
> But it is not working. I'm not getting any errors but the project
> folder is not shown up.
>
> Surya
>
This feature would be great. The logical syntax for this would be
"project_group(name TARGETS target1 target2 ...)" which is analog to
"source_group(...)", as the original poster of issue 3796
<http://public.kitware.com/Bug/view.php?id=3796> suggests.
Regards
Fabio
More information about the CMake
mailing list