1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-02 00:12:38 -05:00

Merged xmrig v6.21.2

This commit is contained in:
MoneroOcean
2024-03-24 09:42:58 -07:00
64 changed files with 2670 additions and 1631 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.5)
project(xmrig)
option(WITH_HWLOC "Enable hwloc support" ON)
@@ -171,7 +171,7 @@ if (XMRIG_OS_WIN)
src/crypto/common/VirtualMemory_win.cpp
)
set(EXTRA_LIBS ws2_32 psapi iphlpapi userenv)
set(EXTRA_LIBS ws2_32 psapi iphlpapi userenv dbghelp)
elseif (XMRIG_OS_APPLE)
list(APPEND SOURCES_OS
src/App_unix.cpp