diff options
author | Robert Dailey <rcdailey@gmail.com> | 2011-11-01 00:04:08 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2011-11-01 15:29:08 (GMT) |
commit | b0f0b3e4405cb663fd5757441f556ee6cd3fac8c (patch) | |
tree | 91dcde865fa16ca629a778a06741ac327f27ec17 /Source/cmSetTargetPropertiesCommand.h | |
parent | 5e1c2f81a76943cce994f133fca71966aa35c1b4 (diff) | |
download | CMake-b0f0b3e4405cb663fd5757441f556ee6cd3fac8c.zip CMake-b0f0b3e4405cb663fd5757441f556ee6cd3fac8c.tar.gz CMake-b0f0b3e4405cb663fd5757441f556ee6cd3fac8c.tar.bz2 |
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.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h index 320378d..f001a11 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 " |