blob: bba707c034df442134cad146f02f8cb9416df17b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
LINK_LIBRARIES_STRATEGY
-----------------------
.. versionadded:: 3.31
Specify a strategy for ordering a target's direct link dependencies
on linker command lines.
See the :variable:`CMAKE_LINK_LIBRARIES_STRATEGY` variable for details
and supported values. This property is initialized by the value of that
variable when a target is created.
|