summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorTim Blechmann <tim@klingt.org>2014-12-17 20:59:51 (GMT)
committerBrad King <brad.king@kitware.com>2014-12-17 21:03:29 (GMT)
commit473446abfa20c949ea896aa11b331f17a0d09029 (patch)
tree52d296eb27283c4c827bcc50a5aebe91c692de48 /Help/prop_tgt
parent0dd9e7173d43251fa4aca0846d85911cc7e84d2a (diff)
downloadCMake-473446abfa20c949ea896aa11b331f17a0d09029.zip
CMake-473446abfa20c949ea896aa11b331f17a0d09029.tar.gz
CMake-473446abfa20c949ea896aa11b331f17a0d09029.tar.bz2
Help: Add INTERFACE_LIBRARY to TYPE target property documentation
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/TYPE.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/prop_tgt/TYPE.rst b/Help/prop_tgt/TYPE.rst
index 1951d46..5ac63cc 100644
--- a/Help/prop_tgt/TYPE.rst
+++ b/Help/prop_tgt/TYPE.rst
@@ -5,4 +5,5 @@ 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, EXECUTABLE or one of the internal target types.
+SHARED_LIBRARY, INTERFACE_LIBRARY, EXECUTABLE or one of the internal
+target types.