diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-10-07 20:23:20 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-10-07 20:23:20 (GMT) |
commit | 637418a8355cf2bc0aa0796c4bd99a65f793c1ed (patch) | |
tree | 5b0300cff579f4cce1564ec3dff7c4d35926ee53 /Source/cmSetTargetPropertiesCommand.h | |
parent | db0e1fd6756fc5da5ec046e00ce736fc5e93c094 (diff) | |
download | CMake-637418a8355cf2bc0aa0796c4bd99a65f793c1ed.zip CMake-637418a8355cf2bc0aa0796c4bd99a65f793c1ed.tar.gz CMake-637418a8355cf2bc0aa0796c4bd99a65f793c1ed.tar.bz2 |
BUG: fix for 4524, add support for target properties to set vs source code control information
Diffstat (limited to 'Source/cmSetTargetPropertiesCommand.h')
-rw-r--r-- | Source/cmSetTargetPropertiesCommand.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h index e9ff1ce..78429d2 100644 --- a/Source/cmSetTargetPropertiesCommand.h +++ b/Source/cmSetTargetPropertiesCommand.h @@ -145,6 +145,9 @@ 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 " + "to add support for source control bindings in a Visual Studio " + "project file.\n" "When a library is built CMake by default generates code to remove " "any existing library using all possible names. This is needed " "to support libraries that switch between STATIC and SHARED by " |