From 086cf607c3493741a5b0bf9ac51a800be43dfdf4 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 7 Oct 2008 16:46:25 -0400 Subject: [PATCH] ENH: add missing property definitions --- Source/cmTarget.cxx | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 18302ec5e..6c36e50d4 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -662,6 +662,32 @@ void cmTarget::DefineProperties(cmake *cm) "The names returned are suitable for passing to the " "set_source_files_properties command."); + cm->DefineProperty + ("PROJECT_LABEL", cmProperty::TARGET, + "Change the name of a target in an IDE.", + "Can be used to change the name of the target in an IDE " + "like visual stuido. "); + cm->DefineProperty + ("VS_KEYWORD", cmProperty::TARGET, + "Visual Studio project keyword.", + "Can be set to change the visual studio keyword, for example " + "QT integration works better if this is set to Qt4VSv1.0. "); + cm->DefineProperty + ("VS_SCC_PROVIDER", cmProperty::TARGET, + "Visual Studio Source Code Control Provider.", + "Can be set to change the visual studio source code control " + "provider property."); + cm->DefineProperty + ("VS_SCC_LOCALPATH", cmProperty::TARGET, + "Visual Studio Source Code Control Provider.", + "Can be set to change the visual studio source code control " + "local path property."); + cm->DefineProperty + ("VS_SCC_PROJECTNAME", cmProperty::TARGET, + "Visual Studio Source Code Control Project.", + "Can be set to change the visual studio source code control " + "project name property."); + #if 0 cm->DefineProperty ("OBJECT_FILES", cmProperty::TARGET,