You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- file (GLOB_RECURSE SOURCES src/*.cpp)
-
- add_library (cuda-stub SHARED ${SOURCES})
- set_target_properties(cuda-stub PROPERTIES OUTPUT_NAME cuda)
- target_compile_definitions(cuda-stub PRIVATE __CUDA_API_VERSION_INTERNAL)
- target_link_libraries(cuda-stub PRIVATE dl -Wl,--no-undefined)
- install (TARGETS cuda-stub EXPORT ${MGE_EXPORT_TARGETS})
|