Help: Add INTERFACE_LIBRARY to TYPE target property documentation
This commit is contained in:
parent
0dd9e7173d
commit
473446abfa
|
@ -5,4 +5,5 @@ The type of the target.
|
||||||
|
|
||||||
This read-only property can be used to test the type of the given
|
This read-only property can be used to test the type of the given
|
||||||
target. It will be one of STATIC_LIBRARY, MODULE_LIBRARY,
|
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.
|
||||||
|
|
Loading…
Reference in New Issue