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