View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002507CMakeCMakepublic2005-11-19 08:142005-11-19 09:42
ReporterMike Wagner 
Assigned ToBill Hoffman 
PrioritylowSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002507: set custom VisualStudio project label
DescriptionIf I define a target like ADD_LIBRARY(osg ...) the generated project
file is osg.vcproj and the project shows up as "osg" in the solution.

What I'd like to do is to give that project a more descriptive label
like "Core osg" without changing the name of the vcproj file or
affecting the build otherwise.

It works for me if I write

SET_TARGET_PROPERTIES(osg PROPERTIES PROJECT_LABEL "Core osg")

in the CMakeLists and modify two lines in
LocalVisualStudio7Generator.cxx to check for the "PROJECT_LABEL"
property when writing the vcproj File.

Could u guys consider to add that ? I've put the file in
question to http://www.sharedreality.de/cmLocalVisualStudio7Generator.cxx [^]
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0003277)
Bill Hoffman (manager)
2005-11-19 09:42

I have put the patch in cvs. In the future, the best way to send patches is to create a bug, then go back to the bug and use the Create Attachment button.
Thanks for the patch.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team