https://github.com/Kitware/CMake
Raw File
Tip revision: 1b4482f65dd41f21ec8abc0777b8dc1f0381bbd6 authored by Brad King on 26 November 2019, 14:18:07 UTC
CMake 3.16.0
Tip revision: 1b4482f
CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES.rst
CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES
--------------------------------------

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.
back to top