mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:28:59 +08:00
e025a09854
* [cub] Update to 1.16.0 * version
5 lines
160 B
Plaintext
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)
|