Skip to content
Snippets Groups Projects
Commit 3eea21b8 authored by Soeren Peters's avatar Soeren Peters
Browse files

Adds the CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES include for the including-paths of cpp files.

parent 3521ca8b
No related branches found
No related tags found
1 merge request!2Until sonarqube is moved to the gitlab-runner we set this job to manual.
......@@ -11,6 +11,7 @@ function(linkCUDA)
vf_get_library_name(library_name)
target_include_directories(${library_name} PRIVATE ${CUDA_CUT_INCLUDE_DIR})
target_include_directories(${library_name} PRIVATE ${CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES})
# set the following properties only for specific targets
# set_property(TARGET ${targetName} PROPERTY CUDA_SEPARABLE_COMPILATION ON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment