CMAKE_INCLUDE_PATH.rst 329 B

1234567
  1. CMAKE_INCLUDE_PATH
  2. ------------------
  3. :ref:`;-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. See also
  6. :variable:`CMAKE_SYSTEM_INCLUDE_PATH` and :variable:`CMAKE_PREFIX_PATH`.