mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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
418 B
ReStructuredText
10 lines
418 B
ReStructuredText
INTERFACE_LINK_DIRECTORIES
|
|
--------------------------
|
|
|
|
.. |property_name| replace:: link directories
|
|
.. |command_name| replace:: :command:`target_link_directories`
|
|
.. |PROPERTY_INTERFACE_NAME| replace:: ``INTERFACE_LINK_DIRECTORIES``
|
|
.. |PROPERTY_LINK| replace:: :prop_tgt:`LINK_DIRECTORIES`
|
|
.. |PROPERTY_GENEX| replace:: ``$<TARGET_PROPERTY:foo,INTERFACE_LINK_DIRECTORIES>``
|
|
.. include:: INTERFACE_BUILD_PROPERTY.txt
|