blob: 768f571c0eebd9d2e503ae218e314e600d6bd271 (
plain)
1
2
3
4
5
6
7
|
CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES
--------------------------------------
When the ``CUDA`` language has been enabled, this provides a
:ref:`;-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.
|