link_directories(): enhance capabilities

This commit is contained in:
Marc Chevrier
2018-09-19 14:12:35 +02:00
committed by Craig Scott
parent b5915744eb
commit f9717725f9
13 changed files with 120 additions and 10 deletions
@@ -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.