mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 10:00:12 -05:00
Add missing documentation for include dirs related variables. (#12611)
Document CMAKE_INCLUDE_DIRECTORIES_BEFORE and CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user