mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:19:01 +08:00
8 lines
318 B
Plaintext
8 lines
318 B
Plaintext
|
The package opencl is compatible with built-in CMake targets:
|
||
|
|
||
|
find_package(OpenCL REQUIRED)
|
||
|
target_link_libraries(main PRIVATE ${OpenCL_LIBRARIES})
|
||
|
target_include_directories(main PRIVATE ${OpenCL_INCLUDE_DIRS})
|
||
|
|
||
|
You will also need to install an appropriate driver package from your CPU/GPU manufacturer.
|