[Orxonox-commit 892] r5615 - code/branches/libraries/cmake

rgrieder at orxonox.net rgrieder at orxonox.net
Mon Aug 10 19:50:42 CEST 2009


Author: rgrieder
Date: 2009-08-10 19:50:42 +0200 (Mon, 10 Aug 2009)
New Revision: 5615

Modified:
   code/branches/libraries/cmake/TargetUtilities.cmake
Log:
Added some forgotten documentation.

Modified: code/branches/libraries/cmake/TargetUtilities.cmake
===================================================================
--- code/branches/libraries/cmake/TargetUtilities.cmake	2009-08-10 15:36:45 UTC (rev 5614)
+++ code/branches/libraries/cmake/TargetUtilities.cmake	2009-08-10 17:50:42 UTC (rev 5615)
@@ -23,6 +23,8 @@
  #    Adds a library or an executable like ADD_LIBRARY/ADD_EXECUTABLE, but
  #    accepts a lot more input information. Simply supply the keywords
  #    described below in any order you wish.
+ #    The output is then stored in "_arg_ARGNAME" where ARGNAME is the the
+ #    name of the switch or list.
  #
  #    Switches: (when given --> TRUE, FALSE otherwise)
  #      FIND_HEADER_FILES: Searches the current directory for all header files
@@ -35,6 +37,8 @@
  #      WIN32:             Inherited from ADD_EXECUTABLE
  #      PCH_NO_DEFAULT:    Do not make precompiled header files default if
  #                         specified with PCH_FILE
+ #      NO_INSTALL:        Do not install the target at all
+ #
  #    Lists:
  #      LINK_LIBRARIES:    Redirects to TARGET_LINK_LIBRARIES
  #      VERSION:           Set version to the binary




More information about the Orxonox-commit mailing list