CMAKE_INCLUDE_PATH.rst 409 B

12345678910
  1. CMAKE_INCLUDE_PATH
  2. ------------------
  3. Path used for searching by FIND_FILE() and FIND_PATH().
  4. Specifies a path which will be used both by FIND_FILE() and
  5. FIND_PATH(). Both commands will check each of the contained
  6. directories for the existence of the file which is currently searched.
  7. By default it is empty, it is intended to be set by the project. See
  8. also CMAKE_SYSTEM_INCLUDE_PATH, CMAKE_PREFIX_PATH.