diff options
author | Brad King <brad.king@kitware.com> | 2014-12-17 21:05:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-12-17 21:05:24 (GMT) |
commit | 8af60777e2506611d023473c68a3a975470a6287 (patch) | |
tree | c95c41a07d0e1afaf0c70822007eafada1d4d67d | |
parent | c118816d44e178e4364a0c32aaece81a14511237 (diff) | |
parent | 473446abfa20c949ea896aa11b331f17a0d09029 (diff) | |
download | CMake-8af60777e2506611d023473c68a3a975470a6287.zip CMake-8af60777e2506611d023473c68a3a975470a6287.tar.gz CMake-8af60777e2506611d023473c68a3a975470a6287.tar.bz2 |
Merge branch 'doc-INTERFACE-target-type' into release
-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. |