mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 16:33:32 -05:00
14 lines
253 B
CMake
14 lines
253 B
CMake
include (src/backend/cpu/cpu.cmake)
|
|
include (src/backend/common/common.cmake)
|
|
|
|
|
|
set(HEADERS_BACKEND
|
|
"${HEADERS_BACKEND_COMMON}"
|
|
"${HEADERS_BACKEND_CPU}"
|
|
)
|
|
|
|
set(SOURCES_BACKEND
|
|
"${SOURCES_BACKEND_COMMON}"
|
|
"${SOURCES_BACKEND_CPU}"
|
|
)
|