mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'link-directories'
f9717725f9link_directories(): enhance capabilitiesb5915744ebLINK_DIRECTORIES target property: add policy for absolute paths check.a71caab46bLINK_DIRECTORIES: Add new properties and commands5ca130e223Refactoring: introduce function to check if a string is a generator expression Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2403
This commit is contained in:
5
Help/release/dev/LINK_DIRECTORIES-policy.rst
Normal file
5
Help/release/dev/LINK_DIRECTORIES-policy.rst
Normal file
@@ -0,0 +1,5 @@
|
||||
LINK_DIRECTORIES-policy
|
||||
-----------------------
|
||||
|
||||
* The :prop_tgt:`LINK_DIRECTORIES` target property expects absolute paths.
|
||||
See policy :policy:`CMP0081`.
|
||||
9
Help/release/dev/LINK_DIRECTORIES.rst
Normal file
9
Help/release/dev/LINK_DIRECTORIES.rst
Normal file
@@ -0,0 +1,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.
|
||||
5
Help/release/dev/link_directories-enhancements.rst
Normal file
5
Help/release/dev/link_directories-enhancements.rst
Normal file
@@ -0,0 +1,5 @@
|
||||
link_directories-enhancements
|
||||
-----------------------------
|
||||
|
||||
* :command:`link_directories` command gains capability to control directories
|
||||
insertion position.
|
||||
Reference in New Issue
Block a user