Merge branch 'doc-INTERFACE-target-type' into release

This commit is contained in:
Brad King 2014-12-17 16:05:24 -05:00
commit 8af60777e2
1 changed files with 2 additions and 1 deletions

View File

@ -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.