summaryrefslogtreecommitdiff
path: root/share/cmake-3.6/Help/prop_tgt/TYPE.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.6/Help/prop_tgt/TYPE.rst')
-rw-r--r--share/cmake-3.6/Help/prop_tgt/TYPE.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/cmake-3.6/Help/prop_tgt/TYPE.rst b/share/cmake-3.6/Help/prop_tgt/TYPE.rst
new file mode 100644
index 0000000..5ac63cc
--- /dev/null
+++ b/share/cmake-3.6/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, INTERFACE_LIBRARY, EXECUTABLE or one of the internal
+target types.