From 473446abfa20c949ea896aa11b331f17a0d09029 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Wed, 17 Dec 2014 21:59:51 +0100 Subject: [PATCH] Help: Add INTERFACE_LIBRARY to TYPE target property documentation --- Help/prop_tgt/TYPE.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Help/prop_tgt/TYPE.rst b/Help/prop_tgt/TYPE.rst index 1951d46be..5ac63cc37 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.