mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Help: Format LINK_LIBRARY NEEDED_LIBRARY platforms as a definition list
This will make it easier to add more platforms.
This commit is contained in:
@@ -94,9 +94,12 @@
|
||||
|
||||
``NEEDED_LIBRARY``
|
||||
This is similar to the ``NEEDED_FRAMEWORK`` feature, except it is for use
|
||||
with non-framework targets or libraries (Apple platforms only).
|
||||
It uses the ``-needed_library`` or ``-needed-l`` option as appropriate,
|
||||
and has the same linker constraints as ``NEEDED_FRAMEWORK``.
|
||||
with non-framework targets or libraries. This feature is only supported
|
||||
on the following platforms:
|
||||
|
||||
Apple
|
||||
Uses the ``-needed_library`` or ``-needed-l`` option as appropriate,
|
||||
with the same linker constraints as ``NEEDED_FRAMEWORK``.
|
||||
|
||||
``REEXPORT_LIBRARY``
|
||||
This is similar to the ``REEXPORT_FRAMEWORK`` feature, except it is for use
|
||||
|
||||
Reference in New Issue
Block a user