blob: e40dab2e5d0e89192a2dfa119ce53f55fbe8a7f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
LINK_OPTIONS
------------
* CMake gained new capabilities to manage link step:
* :prop_dir:`LINK_OPTIONS` directory property.
* :prop_tgt:`LINK_OPTIONS` and :prop_tgt:`INTERFACE_LINK_OPTIONS` target
properties.
* :command:`add_link_options` command to add link options in the current
directory.
* :command:`target_link_options` command to add link options to targets.
|