mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
eec93bceec
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>
12 lines
370 B
ReStructuredText
12 lines
370 B
ReStructuredText
IMPORTED_OBJECTS
|
|
----------------
|
|
|
|
:ref:`;-list <CMake Language Lists>` of absolute paths to the object
|
|
files on disk for an :ref:`imported <Imported targets>`
|
|
:ref:`object library <object libraries>`.
|
|
|
|
Ignored for non-imported targets.
|
|
|
|
Projects may skip ``IMPORTED_OBJECTS`` if the configuration-specific
|
|
property :prop_tgt:`IMPORTED_OBJECTS_<CONFIG>` is set instead.
|