mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 07:55:04 -05:00
15 lines
312 B
CMake
15 lines
312 B
CMake
if (WITH_KAWPOW)
|
|
list(APPEND HEADERS
|
|
src/crypto/kawpow/KPCache.h
|
|
src/crypto/kawpow/KPHash.h
|
|
)
|
|
|
|
list(APPEND SOURCES
|
|
src/crypto/kawpow/KPCache.cpp
|
|
src/crypto/kawpow/KPHash.cpp
|
|
)
|
|
|
|
add_subdirectory(src/base/3rdparty/libethash)
|
|
list(APPEND LIBS ethash)
|
|
endif()
|