summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/IMPORTED_OBJECTS_CONFIG.rst
Commit message (Collapse)AuthorAgeFilesLines
* add_library(): Allow imported object libraries with multi-archCraig Scott2021-02-061-1/+12
| | | 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
* Allow OBJECT libraries to be installed, exported, and importedRobert Maynard2017-04-181-0/+7
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>