Merge branch 'document_object_library_as_a_property_type' into release-3.12

Merge-request: !2199
This commit is contained in:
Brad King 2018-07-10 10:09:10 -04:00
commit f974000d93

View File

@ -5,5 +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, INTERFACE_LIBRARY, EXECUTABLE or one of the internal
target types.
SHARED_LIBRARY, OBJECT_LIBRARY, INTERFACE_LIBRARY, EXECUTABLE or one
of the internal target types.