2013-11-02 18:56:54 +04:00
|
|
|
CMAKE_INCLUDE_DIRECTORIES_BEFORE
|
|
|
|
--------------------------------
|
|
|
|
|
2015-08-18 08:34:01 +03:00
|
|
|
Whether to append or prepend directories by default in
|
|
|
|
:command:`include_directories`.
|
2013-11-02 18:56:54 +04:00
|
|
|
|
|
|
|
This variable affects the default behavior of the :command:`include_directories`
|
2015-08-18 08:34:01 +03:00
|
|
|
command. Setting this variable to ``ON`` is equivalent to using the ``BEFORE``
|
|
|
|
option in all uses of that command.
|