summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/SeparableCompCXXOnly/CMakeLists.txt
blob: 447e137d4caa64bdbc87d6f4f8a4f73716f535a8 (plain)
1
2
3
4
5
6
# Set CMAKE_CUDA_SEPARABLE_COMPILATION before `project`
# so we verify that compiler/linker verbose extraction
# works as required when a `dlink` is part of it
set(CMAKE_CUDA_SEPARABLE_COMPILATION ON)
project(SeparableCompCXXOnly LANGUAGES CXX CUDA)
add_executable(SeparableCompCXXOnly main.cpp)