blob: 447e137d4caa64bdbc87d6f4f8a4f73716f535a8 [file] [log] [blame]
# 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)