1CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES
2--------------------------------------
3
4.. versionadded:: 3.8
5
6When the ``CUDA`` language has been enabled, this provides a
7:ref:`semicolon-separated list <CMake Language Lists>` of include directories provided
8by the CUDA Toolkit.  The value may be useful for C++ source files
9to include CUDA headers.
10