[CMake] Fwd: Project Folders in Visual Studio

2010-03-15 Thread John Drescher
On Mon, Mar 15, 2010 at 5:42 PM, Pau Garcia i Quiles
 wrote:
> On Mon, Mar 15, 2010 at 7:49 PM,   wrote:
>> I know this has been asked before but I don't think it got an answer. I have
>> a situation where I have over 200 projects in Visual Studio with no
>> organization. Is there anyway to put them under folders? It would really
>> save me some headaches. Thanks.
>
> I'm not sure what you are looking for, actually,
>
> If you want each project to be in a different folder, CMake creates a
> different project (thus a folder) each time you use
> add_library/add_executable.
>
> If you are looking to further split the sources in a project, take a
> look at source_group.
>
It's a grouping of projects in the solution explorer. At the top level
you can have folders (called solution folders) instead of all projects
dumped into a single view.

John



-- 
John M. Drescher
___
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


Re: [CMake] Fwd: Project Folders in Visual Studio

2010-03-15 Thread John Drescher
> for which putting them in solution folders to group them up
> was a good idea,

I see now. I was not aware of solution folders. Sorry for the noise.

John
___
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


[CMake] Fwd: Project Folders in Visual Studio

2010-03-15 Thread J Decker
-- Forwarded message --
From: J Decker 
Date: Mon, Mar 15, 2010 at 2:15 PM
Subject: Re: [CMake] Project Folders in Visual Studio
To: aaron_wri...@selinc.com


On Mon, Mar 15, 2010 at 11:49 AM,   wrote:
> I know this has been asked before but I don't think it got an answer. I have
> a situation where I have over 200 projects in Visual Studio with no
> organization. Is there anyway to put them under folders? It would really
> save me some headaches. Thanks.

I'd ask for the additional feature to classify sources into folders
too - this project that I'm doing used to be a lot of little
libraries, for which putting them in solution folders to group them up
was a good idea, but when I migrated to a more monolithic approach, I
put the sources still into project folders.

I haven't seen a way to sepcify either a project or source file folder
for building visual studio projects.

>
> -
> Aaron Wright
>
> ___
> 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
>
___
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