blob: dc7d60986d30b48c2737e6c5eb0c622455ec552c (
plain)
1
2
3
4
5
6
7
8
9
|
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.
|