mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
12 lines
386 B
ReStructuredText
12 lines
386 B
ReStructuredText
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.
|