Merge topic 'doc-INTERFACE-target-type'

473446ab Help: Add INTERFACE_LIBRARY to TYPE target property documentation
This commit is contained in:
Brad King 2014-12-18 10:16:36 -05:00 committed by CMake Topic Stage
commit e7f26687ab
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.