diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-11-19 14:40:11 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-11-19 14:40:11 (GMT) |
commit | 49840778b92fbdb691eb90c15eae68f770cbc1ad (patch) | |
tree | c1975a4beb4276e2624f449f555503184f3241d1 /Source/cmSetTargetPropertiesCommand.h | |
parent | 910409750216a302ecb559f50255feaaee18df95 (diff) | |
download | CMake-49840778b92fbdb691eb90c15eae68f770cbc1ad.zip CMake-49840778b92fbdb691eb90c15eae68f770cbc1ad.tar.gz CMake-49840778b92fbdb691eb90c15eae68f770cbc1ad.tar.bz2 |
ENH: add some more properties for visual studio projects
Diffstat (limited to 'Source/cmSetTargetPropertiesCommand.h')
-rw-r--r-- | Source/cmSetTargetPropertiesCommand.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h index 1ae1a59..91eb34a 100644 --- a/Source/cmSetTargetPropertiesCommand.h +++ b/Source/cmSetTargetPropertiesCommand.h @@ -78,7 +78,11 @@ public: "used in place of the target name when creating executables. " "If not set here then it is set to target_EXPORTS by default " "(with some substitutions if the target is not a valid C " - "identifier). You can use any prop value pair you want and " + "identifier). PROJECT_LABEL can be used to change the name of " + "the target in an IDE like visual studio. VS_KEYWORD can be set " + "to change the visual studio keyword, for example QT integration " + "works better if this is set to Qt4VSv1.0. " + "You can use any prop value pair you want and " "extract it later with the GET_TARGET_PROPERTY command."; } |