1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-09 00:33:33 -05:00

Added OpenCL source.

This commit is contained in:
XMRig
2019-08-25 23:06:04 +07:00
parent 2a5110aa04
commit 27e862da62
30 changed files with 10922 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ if (WITH_OPENCL)
add_definitions(/DXMRIG_FEATURE_OPENCL)
set(HEADERS_BACKEND_OPENCL
src/backend/opencl/cl/OclSource.h
src/backend/opencl/OclBackend.h
src/backend/opencl/OclCache.h
src/backend/opencl/OclConfig.h
@@ -20,6 +21,7 @@ if (WITH_OPENCL)
)
set(SOURCES_BACKEND_OPENCL
src/backend/opencl/cl/OclSource.cpp
src/backend/opencl/OclBackend.cpp
src/backend/opencl/OclCache.cpp
src/backend/opencl/OclConfig.cpp