Merge topic 'link-directories'

f9717725f9 link_directories(): enhance capabilities
b5915744eb LINK_DIRECTORIES target property: add policy for absolute paths check.
a71caab46b LINK_DIRECTORIES: Add new properties and commands
5ca130e223 Refactoring: 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:
Craig Scott
2018-09-26 12:11:28 +00:00
committed by Kitware Robot
68 changed files with 898 additions and 80 deletions

View File

@@ -0,0 +1,5 @@
LINK_DIRECTORIES-policy
-----------------------
* The :prop_tgt:`LINK_DIRECTORIES` target property expects absolute paths.
See policy :policy:`CMP0081`.

View 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.

View File

@@ -0,0 +1,5 @@
link_directories-enhancements
-----------------------------
* :command:`link_directories` command gains capability to control directories
insertion position.