Change 3rdparty code location.

This commit is contained in:
XMRig 2022-08-05 10:27:21 +07:00
parent 04e5ff0349
commit f006ec0b68
No known key found for this signature in database
GPG key ID: 446A53638BE94409
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)