summaryrefslogtreecommitdiff
path: root/share/cmake-3.22/Help/prop_tgt/TYPE.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.22/Help/prop_tgt/TYPE.rst')
-rw-r--r--share/cmake-3.22/Help/prop_tgt/TYPE.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/cmake-3.22/Help/prop_tgt/TYPE.rst b/share/cmake-3.22/Help/prop_tgt/TYPE.rst
new file mode 100644
index 0000000..3136d11
--- /dev/null
+++ b/share/cmake-3.22/Help/prop_tgt/TYPE.rst
@@ -0,0 +1,9 @@
+TYPE
+----
+
+The type of the target.
+
+This read-only property can be used to test the type of the given
+target. It will be one of ``STATIC_LIBRARY``, ``MODULE_LIBRARY``,
+``SHARED_LIBRARY``, ``OBJECT_LIBRARY``, ``INTERFACE_LIBRARY``, ``EXECUTABLE``
+or one of the internal target types.