Removed config option background.

This commit is contained in:
XMRig 2021-09-04 04:59:00 +07:00
parent d7a6aaadea
commit 824ba24134
No known key found for this signature in database
GPG key ID: 446A53638BE94409
8 changed files with 10 additions and 138 deletions

View file

@ -132,19 +132,10 @@ endif()
if (XMRIG_OS_WIN)
list(APPEND SOURCES
res/app.rc
src/App_win.cpp
src/crypto/common/VirtualMemory_win.cpp
)
elseif (XMRIG_OS_APPLE)
list(APPEND SOURCES
src/App_unix.cpp
src/crypto/common/VirtualMemory_unix.cpp
)
else()
list(APPEND SOURCES
src/App_unix.cpp
src/crypto/common/VirtualMemory_unix.cpp
)
list(APPEND SOURCES src/crypto/common/VirtualMemory_unix.cpp)
if (XMRIG_OS_LINUX AND NOT XMRIG_OS_ANDROID)
list(APPEND SOURCES