CMAKE_INCLUDE_DIRECTORIES_BEFORE.rst 345 B

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