CMAKE_INCLUDE_DIRECTORIES_BEFORE.rst 352 B

123456789
  1. CMAKE_INCLUDE_DIRECTORIES_BEFORE
  2. --------------------------------
  3. Whether to append or prepend directories by default in
  4. :command:`include_directories`.
  5. This variable affects the default behavior of the :command:`include_directories`
  6. command. Setting this variable to ``ON`` is equivalent to using the ``BEFORE``
  7. option in all uses of that command.