mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-19 02:21:04 +00:00
13 lines
253 B
CMake
13 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}"
|
|
)
|