[Cmake-commits] [cmake-commits] hoffman committed cmTarget.cxx 1.228 1.229

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Oct 7 16:46:27 EDT 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv3455

Modified Files:
	cmTarget.cxx 
Log Message:
ENH: add missing property definitions


Index: cmTarget.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmTarget.cxx,v
retrieving revision 1.228
retrieving revision 1.229
diff -C 2 -d -r1.228 -r1.229
*** cmTarget.cxx	2 Oct 2008 22:48:06 -0000	1.228
--- cmTarget.cxx	7 Oct 2008 20:46:25 -0000	1.229
***************
*** 663,666 ****
--- 663,692 ----
       "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



More information about the Cmake-commits mailing list