[Cmake-commits] [cmake-commits] alex committed cmTarget.cxx 1.227 1.228

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 2 18:48:09 EDT 2008


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

Modified Files:
	cmTarget.cxx 
Log Message:
STYLE: add documentation for the "TYPE" target property

Alex


Index: cmTarget.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmTarget.cxx,v
retrieving revision 1.227
retrieving revision 1.228
diff -C 2 -d -r1.227 -r1.228
*** cmTarget.cxx	15 Sep 2008 17:30:11 -0000	1.227
--- cmTarget.cxx	2 Oct 2008 22:48:06 -0000	1.228
***************
*** 529,532 ****
--- 529,539 ----
  
    cm->DefineProperty
+     ("TYPE", cmProperty::TARGET,
+      "The type of the target.",
+      "This read-only property can be used to test the type of the given "
+      "target. It will be one of STATIC_LIBRARY, MODULE_LIBRARY, "
+      "SHARED_LIBRARY, EXECUTABLE or one of the internal target types.");
+ 
+   cm->DefineProperty
      ("VERSION", cmProperty::TARGET,
       "What version number is this target.",



More information about the Cmake-commits mailing list