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:
7
src/backend/cpu/cpu.cmake
Normal file
7
src/backend/cpu/cpu.cmake
Normal file
@@ -0,0 +1,7 @@
|
||||
set(HEADERS_CPU
|
||||
src/backend/cpu/CpuConfig.h
|
||||
)
|
||||
|
||||
set(SOURCES_CPU
|
||||
src/backend/cpu/CpuConfig.cpp
|
||||
)
|
||||
Reference in New Issue
Block a user