diff options
Diffstat (limited to 'Help/variable/CMAKE_LINK_DIRECTORIES_BEFORE.rst')
-rw-r--r-- | Help/variable/CMAKE_LINK_DIRECTORIES_BEFORE.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_LINK_DIRECTORIES_BEFORE.rst b/Help/variable/CMAKE_LINK_DIRECTORIES_BEFORE.rst new file mode 100644 index 0000000..026ca35 --- /dev/null +++ b/Help/variable/CMAKE_LINK_DIRECTORIES_BEFORE.rst @@ -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. |