CMAKE_INCLUDE_PATH.rst 476 B

123456789101112
  1. CMAKE_INCLUDE_PATH
  2. ------------------
  3. :ref:`Semicolon-separated list <CMake Language Lists>` of directories specifying a search path
  4. for the :command:`find_file` and :command:`find_path` commands. By default it
  5. is empty, it is intended to be set by the project.
  6. There is also an environment variable :envvar:`CMAKE_INCLUDE_PATH`, which is used
  7. as an additional list of search directories.
  8. See also :variable:`CMAKE_SYSTEM_INCLUDE_PATH` and :variable:`CMAKE_PREFIX_PATH`.