IMPORTED_OBJECTS.rst 370 B

1234567891011
  1. IMPORTED_OBJECTS
  2. ----------------
  3. :ref:`;-list <CMake Language Lists>` of absolute paths to the object
  4. files on disk for an :ref:`imported <Imported targets>`
  5. :ref:`object library <object libraries>`.
  6. Ignored for non-imported targets.
  7. Projects may skip ``IMPORTED_OBJECTS`` if the configuration-specific
  8. property :prop_tgt:`IMPORTED_OBJECTS_<CONFIG>` is set instead.