summaryrefslogtreecommitdiff
path: root/Help/variable/CMAKE_INCLUDE_DIRECTORIES_BEFORE.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/variable/CMAKE_INCLUDE_DIRECTORIES_BEFORE.rst')
-rw-r--r--Help/variable/CMAKE_INCLUDE_DIRECTORIES_BEFORE.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_INCLUDE_DIRECTORIES_BEFORE.rst b/Help/variable/CMAKE_INCLUDE_DIRECTORIES_BEFORE.rst
new file mode 100644
index 000000000..e0f2a2e55
--- /dev/null
+++ b/Help/variable/CMAKE_INCLUDE_DIRECTORIES_BEFORE.rst
@@ -0,0 +1,9 @@
+CMAKE_INCLUDE_DIRECTORIES_BEFORE
+--------------------------------
+
+Whether to append or prepend directories by default in
+:command:`include_directories`.
+
+This variable affects the default behavior of the :command:`include_directories`
+command. Setting this variable to ``ON`` is equivalent to using the ``BEFORE``
+option in all uses of that command.