blob: e3918ca447151035e9db8e071afe36868bd09a8c (
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.
|