blob: e194c157d2b0e4c11a3926d1b841b9f87772ba2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Apple-link-framework
--------------------
* The :genex:`LINK_LIBRARY` generator expression gained the ability to link
frameworks in various ways when targeting ``Apple`` platforms. The following
new features were added:
* ``FRAMEWORK``
* ``NEEDED_FRAMEWORK``
* ``REEXPORT_FRAMEWORK``
* ``WEAK_FRAMEWORK``
|