summaryrefslogtreecommitdiffstats
path: root/Source/cmLinkLibrariesCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add return and break support to cmake, also change basic command ↵Ken Martin2008-01-231-1/+2
| | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class
* ENH: make commands lower case by defaultKen Martin2007-10-101-5/+5
|
* ENH: Patch from Alex to make deprecated command documentation more consistent.Brad King2007-01-241-4/+2
|
* STYLE: Fixed line-too-long warning.Brad King2006-09-011-1/+1
|
* ENH: Patch from Alex to add IsDiscouraged method for future use in ↵Brad King2006-08-311-0/+6
| | | | generating separate documentation for old commands. Also modified documentation of MAKE_DIRECTORY and REMOVE commands to indicate they should not be used.
* ENH: big change that includes immediate subdir support, removing the notion ↵Ken Martin2005-03-181-6/+0
| | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
* ENH: Clarified documentation for LINK_LIBRARIES and TARGET_LINK_LIBRARIES.Brad King2004-03-251-2/+4
|
* removed redundent includesKen Martin2003-08-101-1/+0
|
* ENH: Cleaned up documentation and formatted it for use by cmDocumentation.Brad King2003-02-141-6/+5
|
* updated commentKen Martin2002-12-041-1/+2
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-1/+1
| | | | avoid changes to the file cache
* documentation changeKen Martin2001-06-271-5/+5
|
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* added TARGET_LINK_LIBRARY command and support for debug and release ↵Ken Martin2001-04-301-2/+1
| | | | libraries to link against
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
|
* support for debug and opt librariesKen Martin2001-04-261-2/+5
|
* ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses.Brad King2001-02-261-0/+2
|
* ENH:Reworked CMake for consistencyWill Schroeder2001-01-181-0/+83