aboutsummaryrefslogtreecommitdiff
path: root/ports/nccl/usage
diff options
context:
space:
mode:
authorJacob Kahn <jacobkahn1@gmail.com>2020-11-25 14:35:15 -0500
committerGitHub <noreply@github.com>2020-11-25 11:35:15 -0800
commit54c63514a6d012d1385f93a863d1d7eb4c03c9a2 (patch)
tree2b7dc64f96f90ff84994b853292be725589cbea4 /ports/nccl/usage
parentd22d77e3c5ac70747645486699a61386b51a0333 (diff)
downloadvcpkg-54c63514a6d012d1385f93a863d1d7eb4c03c9a2.tar.gz
vcpkg-54c63514a6d012d1385f93a863d1d7eb4c03c9a2.zip
[nccl] New Port (#14683)
* [nccl] New Port * Update ports/nccl/portfile.cmake * Add usage to vcpkg-cmake-wrapper * Move usage to usage file * Update ports/nccl/portfile.cmake * Don't copy debug libraries because they aren't provided Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/nccl/usage')
-rw-r--r--ports/nccl/usage5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/nccl/usage b/ports/nccl/usage
new file mode 100644
index 000000000..62ebd7bab
--- /dev/null
+++ b/ports/nccl/usage
@@ -0,0 +1,5 @@
+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})