diff options
author | Tim Blechmann <tim@klingt.org> | 2014-12-17 20:59:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-12-17 21:03:29 (GMT) |
commit | 473446abfa20c949ea896aa11b331f17a0d09029 (patch) | |
tree | 52d296eb27283c4c827bcc50a5aebe91c692de48 /Help/prop_tgt | |
parent | 0dd9e7173d43251fa4aca0846d85911cc7e84d2a (diff) | |
download | CMake-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.rst | 3 |
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. |