vcpkg/ports/cuda-api-wrappers/usage

5 lines
216 B
Plaintext
Raw Normal View History

2023-12-05 09:13:07 +08:00
cuda-api-wrappers provides CMake targets:
find_package(cuda-api-wrappers CONFIG REQUIRED)
target_link_libraries(main PRIVATE cuda-api-wrappers::rtc cuda-api-wrappers::nvtx cuda-api-wrappers::runtime-and-driver)