Help: Add INTERFACE_LIBRARY to TYPE target property documentation

This commit is contained in:
Tim Blechmann 2014-12-17 21:59:51 +01:00 committed by Brad King
parent 0dd9e7173d
commit 473446abfa
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.