diff options
author | Brad King <brad.king@kitware.com> | 2018-07-10 14:09:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-07-10 14:09:10 (GMT) |
commit | f974000d93798af1e3bd183985ec6f5159664f76 (patch) | |
tree | 44a57c7fe62722248acf64ff8b1675f51ffc088f | |
parent | 7f1569d2d8c1a647cf4d1b0696834952cf8f00fb (diff) | |
parent | 741fd1c773fc1208d4001669f737564a67a82c05 (diff) | |
download | CMake-f974000d93798af1e3bd183985ec6f5159664f76.zip CMake-f974000d93798af1e3bd183985ec6f5159664f76.tar.gz CMake-f974000d93798af1e3bd183985ec6f5159664f76.tar.bz2 |
Merge branch 'document_object_library_as_a_property_type' into release-3.12
Merge-request: !2199
-rw-r--r-- | Help/prop_tgt/TYPE.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_tgt/TYPE.rst b/Help/prop_tgt/TYPE.rst index 5ac63cc..1cd9db4 100644 --- a/Help/prop_tgt/TYPE.rst +++ b/Help/prop_tgt/TYPE.rst @@ -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. |