mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
496ec6036f
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
14 lines
413 B
ReStructuredText
14 lines
413 B
ReStructuredText
IMPORTED_OBJECTS
|
|
----------------
|
|
|
|
.. versionadded:: 3.9
|
|
|
|
A :ref:`semicolon-separated 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.
|