summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-12-18 15:16:36 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-12-18 15:16:36 (GMT)
commite7f26687abb54b2f4251c809f7499d238f08d430 (patch)
tree590c97f4aa3aa783693f6ae2079a84cc36625b9e
parent0549694718237430b349e07f3ca34e3ef91e3c18 (diff)
parent473446abfa20c949ea896aa11b331f17a0d09029 (diff)
downloadCMake-e7f26687abb54b2f4251c809f7499d238f08d430.zip
CMake-e7f26687abb54b2f4251c809f7499d238f08d430.tar.gz
CMake-e7f26687abb54b2f4251c809f7499d238f08d430.tar.bz2
Merge topic 'doc-INTERFACE-target-type'
473446ab Help: Add INTERFACE_LIBRARY to TYPE target property documentation
-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.