summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_INCLUDE_DIRECTORIES_BEFORE.rst
blob: 3c1fbcfb4d6e31a5be10b6b8a54cb545c82409bb (plain)
1
2
3
4
5
6
7
8
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.