Surya Kiran Gullapalli schrieb:


On Tue, Oct 6, 2009 at 12:34 PM, Surya Kiran Gullapalli <[email protected] <mailto:[email protected]>> 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


_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to