1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-07 07:55:04 -05:00

Change 3rdparty code location.

This commit is contained in:
XMRig
2022-08-05 10:27:21 +07:00
parent 04e5ff0349
commit f006ec0b68
160 changed files with 20444 additions and 12740 deletions

View File

@@ -11,7 +11,7 @@ if (WITH_KAWPOW)
src/crypto/kawpow/KPHash.cpp
)
add_subdirectory(src/3rdparty/libethash)
add_subdirectory(src/base/3rdparty/libethash)
set(ETHASH_LIBRARY ethash)
else()
remove_definitions(/DXMRIG_ALGO_KAWPOW)