MantisBT - CMake
View Issue Details
0006577CMakeCMakepublic2008-03-10 06:392016-06-10 14:30
Sylvain Benner 
Bill Hoffman 
normalfeatureN/A
closedmoved 
 
 
0006577: Adding support for "solution groups" in Visual Studio .NET 2003 and later
Solutions groups are the same thing as source groups but for projects. They are very useful when a solution lists a lot of projects.

This report shows a way to implement the solution groups in CMake. The new command is heavily based on the SOURCE_GROUP command.

New lines of code are delimited by "// === SOLUTION_GROUP ===" comments.
group, groups, soltuion, solution, solution group groups visual studio, studio, visual
zip SOLUTION_GROUP.zip (36,218) 2008-03-10 06:39
https://public.kitware.com/Bug/file/1343/SOLUTION_GROUP.zip
Issue History
2008-03-10 06:39Sylvain BennerNew Issue
2008-03-10 06:39Sylvain BennerFile Added: SOLUTION_GROUP.zip
2008-03-10 06:53Sylvain BennerTag Attached: solution group groups visual studio
2008-03-10 06:53Sylvain BennerTag Attached: group
2008-03-10 06:53Sylvain BennerTag Attached: groups
2008-03-10 06:53Sylvain BennerTag Attached: soltuion
2008-03-10 06:53Sylvain BennerTag Attached: studio
2008-03-10 06:53Sylvain BennerTag Attached: visual
2008-03-10 06:53Sylvain BennerTag Attached: solution
2008-03-10 06:55Sylvain BennerNote Added: 0010758
2008-03-10 06:55Sylvain BennerNote Edited: 0010758
2008-03-10 06:57Sylvain BennerNote Added: 0010759
2008-03-27 22:01Bill HoffmanStatusnew => assigned
2008-03-27 22:01Bill HoffmanAssigned To => Bill Hoffman
2010-07-09 08:49qbprogerNote Added: 0021334
2016-06-10 14:27Kitware RobotNote Added: 0041415
2016-06-10 14:27Kitware RobotStatusassigned => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:30Kitware RobotStatusresolved => closed

Notes
(0010758)
Sylvain Benner   
2008-03-10 06:55   
Command usage is:

SOLUTION_GROUP("mySolutionGroup1/mySolutionGroup2" FILES myProjectName1 myProjectName2)

(0010759)
Sylvain Benner   
2008-03-10 06:57   
Beware to change the command name from SOLUTION_GROUP_MP to SOLUTION_GROUP.
(0021334)
qbproger   
2010-07-09 08:49   
I'd use this feature if the patch were to be merged in.
(0041415)
Kitware Robot   
2016-06-10 14:27   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.