mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
link_directories(): enhance capabilities
This commit is contained in:
committed by
Craig Scott
parent
b5915744eb
commit
f9717725f9
@@ -0,0 +1,9 @@
|
||||
CMAKE_LINK_DIRECTORIES_BEFORE
|
||||
-----------------------------
|
||||
|
||||
Whether to append or prepend directories by default in
|
||||
:command:`link_directories`.
|
||||
|
||||
This variable affects the default behavior of the :command:`link_directories`
|
||||
command. Setting this variable to ``ON`` is equivalent to using the ``BEFORE``
|
||||
option in all uses of that command.
|
||||
Reference in New Issue
Block a user