mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 11:49:55 -06:00
Help: Add OBJECT_LIBRARY to TYPE target property documentation
This commit is contained in:
committed by
Brad King
parent
7f1569d2d8
commit
741fd1c773
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user