summaryrefslogtreecommitdiff
path: root/share/cmake-3.17/Help/prop_tgt/IMPORTED_OBJECTS.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.17/Help/prop_tgt/IMPORTED_OBJECTS.rst')
-rw-r--r--share/cmake-3.17/Help/prop_tgt/IMPORTED_OBJECTS.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/cmake-3.17/Help/prop_tgt/IMPORTED_OBJECTS.rst b/share/cmake-3.17/Help/prop_tgt/IMPORTED_OBJECTS.rst
new file mode 100644
index 0000000..50a329f
--- /dev/null
+++ b/share/cmake-3.17/Help/prop_tgt/IMPORTED_OBJECTS.rst
@@ -0,0 +1,11 @@
+IMPORTED_OBJECTS
+----------------
+
+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.