[cmake-commits] hoffman committed cmAddCustomCommandCommand.h 1.28 1.29

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jul 17 13:43:41 EDT 2007


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

Modified Files:
	cmAddCustomCommandCommand.h 
Log Message:
STYLE: add more docs


Index: cmAddCustomCommandCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmAddCustomCommandCommand.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- cmAddCustomCommandCommand.h	23 May 2007 17:27:00 -0000	1.28
+++ cmAddCustomCommandCommand.h	17 Jul 2007 17:43:37 -0000	1.29
@@ -87,7 +87,10 @@
       "ignored.\n"
       "The second signature adds a custom command to a target "
       "such as a library or executable. This is useful for "
-      "performing an operation before or after building the target:\n"
+      "performing an operation before or after building the target. "
+      "The command becomes part of the target and will only execute "
+      "when the target itself is built.  If the target is already built,"
+      " the command will not execute.\n"
       "  ADD_CUSTOM_COMMAND(TARGET target\n"
       "                     PRE_BUILD | PRE_LINK | POST_BUILD\n"
       "                     COMMAND command1 [ARGS] [args1...]\n"



More information about the Cmake-commits mailing list