diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2018-07-09 20:06:22 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-07-10 14:08:45 (GMT) |
commit | 741fd1c773fc1208d4001669f737564a67a82c05 (patch) | |
tree | 44a57c7fe62722248acf64ff8b1675f51ffc088f /Help/prop_tgt | |
parent | 7f1569d2d8c1a647cf4d1b0696834952cf8f00fb (diff) | |
download | CMake-741fd1c773fc1208d4001669f737564a67a82c05.zip CMake-741fd1c773fc1208d4001669f737564a67a82c05.tar.gz CMake-741fd1c773fc1208d4001669f737564a67a82c05.tar.bz2 |
Help: Add OBJECT_LIBRARY to TYPE target property documentation
Diffstat (limited to 'Help/prop_tgt')
-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. |