Changeset 5615 for code/branches
- Timestamp:
- Aug 10, 2009, 7:50:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries/cmake/TargetUtilities.cmake
r5613 r5615 24 24 # accepts a lot more input information. Simply supply the keywords 25 25 # 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. 26 28 # 27 29 # Switches: (when given --> TRUE, FALSE otherwise) … … 36 38 # PCH_NO_DEFAULT: Do not make precompiled header files default if 37 39 # specified with PCH_FILE 40 # NO_INSTALL: Do not install the target at all 41 # 38 42 # Lists: 39 43 # LINK_LIBRARIES: Redirects to TARGET_LINK_LIBRARIES
Note: See TracChangeset
for help on using the changeset viewer.