1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-02-02 10:03:05 -05:00

Added class CpuConfig.

This commit is contained in:
XMRig
2019-06-28 22:28:40 +07:00
parent 66d62de681
commit dd875c7c37
10 changed files with 233 additions and 133 deletions

View File

@@ -0,0 +1,7 @@
set(HEADERS_CPU
src/backend/cpu/CpuConfig.h
)
set(SOURCES_CPU
src/backend/cpu/CpuConfig.cpp
)