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

Add CMake output method.

parent 3eea21b8
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.
......@@ -13,6 +13,8 @@ function(linkCUDA)
target_include_directories(${library_name} PRIVATE ${CUDA_CUT_INCLUDE_DIR})
target_include_directories(${library_name} PRIVATE ${CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES})
message(${CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES})
# set the following properties only for specific targets
# set_property(TARGET ${targetName} PROPERTY CUDA_SEPARABLE_COMPILATION ON)
# set_property(TARGET ${targetName} PROPERTY CUDA_64_BIT_DEVICE_CODE 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