mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-07 07:27:50 +08:00
6 lines
200 B
Plaintext
6 lines
200 B
Plaintext
|
The package nccl provides CMake variables:
|
||
|
|
||
|
find_package(NCCL REQUIRED)
|
||
|
target_link_libraries(main PRIVATE ${NCCL_LIBRARIES})
|
||
|
target_include_directories(main PRIVATE ${NCCL_INCLUDE_DIRS})
|