summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/IMPORTED_OBJECTS.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Remove recommendations for using CMAKE_CFG_INTDIRCraig Scott2021-06-061-12/+10
| | | | | | Commit e71c4f7729 (CMAKE_CFG_INTDIR: Formally deprecate in favor of $<CONFIG>, 2021-05-27) only updated the docs for CMAKE_CFG_INTDIR itself, but other parts of the docs still used it. Update the other places to avoid referring to the now-deprecated variable.
* add_library(): Allow imported object libraries with multi-archCraig Scott2021-02-061-3/+83
| | | Fixes: #21276
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* Help: Spell out ";-list" as "semicolon-separated list"Joachim Wuttke (o)2018-10-251-1/+1
|
* Allow OBJECT libraries to be installed, exported, and importedRobert Maynard2017-04-181-0/+11
Teach install() and export() to handle the actual object files. Disallow this on Xcode with multiple architectures because it still cannot be cleanly supported there. Co-Author: Brad King <brad.king@kitware.com>