blob: ec4e3b655b874c9c314af63367f052b18489daef (
plain)
1
2
3
4
5
6
7
8
9
10
|
Apple-link-library
------------------
* The :genex:`LINK_LIBRARY` generator expression gained the ability to link
libraries in various ways when targeting ``Apple`` platforms. The following
new features were added:
* ``NEEDED_LIBRARY``
* ``REEXPORT_LIBRARY``
* ``WEAK_LIBRARY``
|