• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CMAKE_LINK_DIRECTORIES_BEFORE
2-----------------------------
3
4.. versionadded:: 3.13
5
6Whether to append or prepend directories by default in
7:command:`link_directories`.
8
9This variable affects the default behavior of the :command:`link_directories`
10command.  Setting this variable to ``ON`` is equivalent to using the ``BEFORE``
11option in all uses of that command.
12