summaryrefslogtreecommitdiff
path: root/Source/cmAddLibraryCommand.h
Commit message (Expand)AuthorAgeFilesLines
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
* Drop builtin command documentationBrad King2013-10-161-121/+0
* Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-0/+10
* Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-021-0/+13
* add_library: Document object library portability suggestionBrad King2013-01-041-0/+4
* add_library: Document POSITION_INDEPENDENT_CODE default (#13479)Brad King2012-08-311-1/+3
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-3/+3
* Document OBJECT library type in add_library commandBrad King2012-03-161-0/+20
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-3/+3
* Optionally allow IMPORTED targets to be globally visibleBrad King2012-01-251-2/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* some white space fixes for the bookKen Martin2009-09-031-1/+2
* ENH: Add UNKNOWN type for IMPORTED librariesBrad King2008-08-181-1/+1
* ENH: Enforce global target name uniqueness.Brad King2008-02-111-11/+34
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-1/+20
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: make commands lower case by defaultKen Martin2007-10-101-2/+2
* ENH: add IMPORT keyword to ADD_LIBRARY, dependencies are not yet workingAlexander Neundorf2007-06-221-3/+0
* ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.Brad King2006-10-021-2/+2
* ENH: Added NOT_IN_ALL option for ADD_LIBRARY and ADD_EXECUTABLE to avoid buil...Brad King2006-10-021-2/+5
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
* STYLE: fix docsKen Martin2005-11-161-1/+1
* removed redundent includesKen Martin2003-08-101-1/+0
* ENH: Cleaned up documentation and formatted it for use by cmDocumentation.Brad King2003-02-141-8/+10
* ENH: fix doc lineBill Hoffman2003-02-011-2/+2
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* ENH: change LINK_LIBRARY to add to targetsBill Hoffman2002-05-021-7/+0
* ENH: Make the LinkLibraries command contribute dependencies towards AddLibrar...Amitha Perera2002-05-011-0/+10
* 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
* Changes to allow MODULE type target for a shared libraryYves Starreveld2001-08-281-3/+5
* ENH: Added support for selection of static/shared build on a per-library basis.Brad King2001-07-021-1/+5
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
* major changes to support multiple libraries and source listsKen Martin2001-04-111-0/+71