mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 11:50:11 -05:00
Help: Update INTERFACE_LINK_LIBRARIES_DIRECT to be added in 3.24
This feature has been reverted from the 3.23 release branch. Update its documentation and release note to target 3.24 instead. Issue: #22496
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
INTERFACE_LINK_LIBRARIES_DIRECT
|
INTERFACE_LINK_LIBRARIES_DIRECT
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
.. versionadded:: 3.23
|
.. versionadded:: 3.24
|
||||||
|
|
||||||
List of libraries that consumers of this library should treat
|
List of libraries that consumers of this library should treat
|
||||||
as direct link dependencies.
|
as direct link dependencies.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE
|
INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
|
|
||||||
.. versionadded:: 3.23
|
.. versionadded:: 3.24
|
||||||
|
|
||||||
List of libraries that consumers of this library should *not* treat
|
List of libraries that consumers of this library should *not* treat
|
||||||
as direct link dependencies.
|
as direct link dependencies.
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
link-interface-direct
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
* The :prop_tgt:`INTERFACE_LINK_LIBRARIES_DIRECT` and
|
||||||
|
:prop_tgt:`INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE` target properties
|
||||||
|
were added to express usage requirements affecting a consumer's
|
||||||
|
direct link dependencies.
|
||||||
Reference in New Issue
Block a user