We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1d30c commit e1476d7Copy full SHA for e1476d7
c2h/CMakeLists.txt
@@ -48,5 +48,10 @@ else()
48
target_compile_definitions(cccl.c2h PRIVATE C2H_HAS_CURAND=0)
49
endif()
50
51
+set_target_properties(
52
+ cccl.c2h
53
+ PROPERTIES CXX_VISIBILITY_PRESET "default" CUDA_VISIBILITY_PRESET "default"
54
+)
55
+
56
add_library(cccl.c2h.main OBJECT catch2_runner.cu catch2_runner_helper.cu)
57
target_link_libraries(cccl.c2h.main PUBLIC cccl.c2h)
0 commit comments