You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# If you want to use the library without installing it, you'll need to# copy the file we generate here, cuda-kat-config.cmake, into the# build directory, and set `cuda-kat_DIR` to that build directory# in your own CMake project.export(
EXPORT cuda-kat_export
NAMESPACE "cuda-kat::" FILE"${PROJECT_BINARY_DIR}/cuda-kat-config.cmake"
)
In the CMakeLists.txthere it is possible to use this project without installing it. This feature is also available for the cuda-api-wrappers.
The text was updated successfully, but these errors were encountered:
If you put these lines:
In the
CMakeLists.txt
here it is possible to use this project without installing it. This feature is also available for the cuda-api-wrappers.The text was updated successfully, but these errors were encountered: