swh:1:snp:a6330e89b35f0959a588079a2c4dc65f44d6e08a
Raw File
Tip revision: 650c630a663b2d0663e6ef6acda2a5fb94e5a621 authored by Brad King on 16 September 2015, 15:46:31 UTC
CMake 3.3.2
Tip revision: 650c630
CMAKE_INCLUDE_PATH.rst
CMAKE_INCLUDE_PATH
------------------

:ref:`;-list <CMake Language Lists>` of directories specifying a search path
for the :command:`find_file` and :command:`find_path` commands.  By default it
is empty, it is intended to be set by the project.  See also
:variable:`CMAKE_SYSTEM_INCLUDE_PATH` and :variable:`CMAKE_PREFIX_PATH`.
back to top