mirror of
https://github.com/reactos/CMake.git
synced 2025-01-07 11:40:23 +00:00
44f3acb202
The `nvcc -v` output provides what include directories need to be added to use the CUDA toolkit from other languages ( C/C++ ).
8 lines
301 B
ReStructuredText
8 lines
301 B
ReStructuredText
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.
|