Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5615


Ignore:
Timestamp:
Aug 10, 2009, 7:50:42 PM (15 years ago)
Author:
rgrieder
Message:

Added some forgotten documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries/cmake/TargetUtilities.cmake

    r5613 r5615  
    2424 #    accepts a lot more input information. Simply supply the keywords
    2525 #    described below in any order you wish.
     26 #    The output is then stored in "_arg_ARGNAME" where ARGNAME is the the
     27 #    name of the switch or list.
    2628 #
    2729 #    Switches: (when given --> TRUE, FALSE otherwise)
     
    3638 #      PCH_NO_DEFAULT:    Do not make precompiled header files default if
    3739 #                         specified with PCH_FILE
     40 #      NO_INSTALL:        Do not install the target at all
     41 #
    3842 #    Lists:
    3943 #      LINK_LIBRARIES:    Redirects to TARGET_LINK_LIBRARIES
Note: See TracChangeset for help on using the changeset viewer.