mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 00:15:04 -05:00
Added support for multi-algorithm CPU threads settings.
This commit is contained in:
12
src/backend/backend.cmake
Normal file
12
src/backend/backend.cmake
Normal file
@@ -0,0 +1,12 @@
|
||||
include (src/backend/cpu/cpu.cmake)
|
||||
|
||||
|
||||
set(HEADERS_BACKEND
|
||||
"${HEADERS_CPU}"
|
||||
src/backend/Threads.h
|
||||
)
|
||||
|
||||
set(SOURCES_BACKEND
|
||||
"${SOURCES_CPU}"
|
||||
src/backend/Threads.cpp
|
||||
)
|
||||
Reference in New Issue
Block a user