CMAKE_LANG_STANDARD_INCLUDE_DIRECTORIES.rst 641 B

1234567891011121314
  1. CMAKE_<LANG>_STANDARD_INCLUDE_DIRECTORIES
  2. -----------------------------------------
  3. Include directories to be used for every source file compiled with
  4. the ``<LANG>`` compiler. This is meant for specification of system
  5. include directories needed by the language for the current platform.
  6. The directories always appear at the end of the include path passed
  7. to the compiler.
  8. This variable should not be set by project code. It is meant to be set by
  9. CMake's platform information modules for the current toolchain, or by a
  10. toolchain file when used with :variable:`CMAKE_TOOLCHAIN_FILE`.
  11. See also :variable:`CMAKE_<LANG>_STANDARD_LIBRARIES`.