mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
a71caab46b
These new capabilities enable to manage link directories Two new properties: * target properties: LINK_DIRECTORIES and INTERFACE_LINK_DIRECTORIES One new command * target_link_directories(): to populate target properties Fixes: #17215
10 lines
282 B
ReStructuredText
10 lines
282 B
ReStructuredText
LINK_DIRECTORIES
|
|
----------------
|
|
|
|
* CMake gained new capabilities to manage link directories:
|
|
|
|
* :prop_tgt:`LINK_DIRECTORIES` and :prop_tgt:`INTERFACE_LINK_DIRECTORIES`
|
|
target properties.
|
|
* :command:`target_link_directories` command to add link directories to
|
|
targets.
|