summaryrefslogtreecommitdiff
path: root/Source/cmSetTargetPropertiesCommand.h
diff options
context:
space:
mode:
authorRobert Dailey <rcdailey@gmail.com>2011-10-31 19:04:08 -0500
committerDavid Cole <david.cole@kitware.com>2011-11-01 11:29:08 -0400
commitb0f0b3e4405cb663fd5757441f556ee6cd3fac8c (patch)
tree91dcde865fa16ca629a778a06741ac327f27ec17 /Source/cmSetTargetPropertiesCommand.h
parent5e1c2f81a76943cce994f133fca71966aa35c1b4 (diff)
downloadcmake-b0f0b3e4405cb663fd5757441f556ee6cd3fac8c.tar.gz
VS: Add VS_SCC_AUXPATH target property (#12549)
Maps to SccAuxPath tag in VCPROJ files.
Diffstat (limited to 'Source/cmSetTargetPropertiesCommand.h')
-rw-r--r--Source/cmSetTargetPropertiesCommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h
index 320378d054..f001a1111d 100644
--- a/Source/cmSetTargetPropertiesCommand.h
+++ b/Source/cmSetTargetPropertiesCommand.h
@@ -140,7 +140,8 @@ public:
"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.\n"
- "VS_SCC_PROJECTNAME, VS_SCC_LOCALPATH, VS_SCC_PROVIDER can be set "
+ "VS_SCC_PROJECTNAME, VS_SCC_LOCALPATH, VS_SCC_PROVIDER and "
+ "VS_SCC_AUXPATH can be set "
"to add support for source control bindings in a Visual Studio "
"project file.\n"
"VS_GLOBAL_<variable> can be set to add a Visual Studio "