mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
add_library: Document UNKNOWN type of imported targets
This commit is contained in:
parent
7f4a1d8379
commit
4127f82179
@ -94,6 +94,12 @@ The most important properties are:
|
||||
See documentation of the ``IMPORTED_*`` and ``INTERFACE_*`` properties
|
||||
for more information.
|
||||
|
||||
An ``UNKNOWN`` library type is typically only used in the implementation of
|
||||
:ref:`Find Modules`. It allows the path to an imported library (often found
|
||||
using the :command:`find_library` command) to be used without having to know
|
||||
what type of library it is. This is especially useful on Windows where a
|
||||
static library and a DLL's import library both have the same file extension.
|
||||
|
||||
Object Libraries
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user