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