swh:1:snp:a6330e89b35f0959a588079a2c4dc65f44d6e08a
Raw File
Tip revision: f59513140bf086eda2029c5b4e950fc58216c06e authored by Brad King on 22 July 2016, 13:26:11 UTC
CMake 3.6.1
Tip revision: f595131
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