summaryrefslogtreecommitdiffstats
path: root/Help/command/include_directories.rst
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-11-02 14:56:54 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-11-02 15:06:19 (GMT)
commit12d10a00ac03ad206e00cbec321e76415e2adbe0 (patch)
tree7d1e99cf64f8f115a1f1ab269e5d7c979128200e /Help/command/include_directories.rst
parent547c59f000731872d37a5cff128995aabaa5fcdd (diff)
downloadCMake-12d10a00ac03ad206e00cbec321e76415e2adbe0.zip
CMake-12d10a00ac03ad206e00cbec321e76415e2adbe0.tar.gz
CMake-12d10a00ac03ad206e00cbec321e76415e2adbe0.tar.bz2
Add missing documentation for include dirs related variables. (#12611)
Document CMAKE_INCLUDE_DIRECTORIES_BEFORE and CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE.
Diffstat (limited to 'Help/command/include_directories.rst')
-rw-r--r--Help/command/include_directories.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/include_directories.rst b/Help/command/include_directories.rst
index 6744427..3e0c7a0 100644
--- a/Help/command/include_directories.rst
+++ b/Help/command/include_directories.rst
@@ -19,7 +19,7 @@ used by the generators.
By default the directories are appended onto the current list of
directories. This default behavior can be changed by setting
-CMAKE_INCLUDE_DIRECTORIES_BEFORE to ON. By using AFTER or BEFORE
+:variable:`CMAKE_INCLUDE_DIRECTORIES_BEFORE` to ON. By using AFTER or BEFORE
explicitly, you can select between appending and prepending,
independent of the default.