vcpkg/ports/cub/usage
Jack·Boos·Yu e025a09854
[cub] Update to 1.16.0 (#24000)
* [cub] Update to 1.16.0

* version
2022-04-07 09:57:56 -07:00

5 lines
160 B
Plaintext

The package cub is header only and can be used from CMake via:
find_package(cub CONFIG REQUIRED)
target_include_directories(main PRIVATE CUB::CUB)