blob: 68c31293206fba9138ece924a28482dde43f8f65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
LINK_FLAGS_<CONFIG>
-------------------
Per-configuration linker flags for a ``SHARED`` library, ``MODULE`` or
``EXECUTABLE`` target.
This is the configuration-specific version of :prop_tgt:`LINK_FLAGS`.
.. note::
This property has been superseded by :prop_tgt:`LINK_OPTIONS` property.
|