Integrate P2Pool

This commit is contained in:
devhyper
2022-04-01 10:27:35 -07:00
parent 002fe8eefa
commit 377a1a9680
7 changed files with 647 additions and 31 deletions

View File

@@ -36,6 +36,8 @@ file(GLOB SOURCE_FILES
"libwalletqt/UnsignedTransaction.h"
"daemon/*.h"
"daemon/*.cpp"
"p2pool/*.h"
"p2pool/*.cpp"
"model/*.h"
"model/*.cpp"
"qt/*.h"
@@ -97,6 +99,7 @@ target_include_directories(monero-wallet-gui PUBLIC
${CMAKE_SOURCE_DIR}/monero/external/qrcodegen
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/daemon
${CMAKE_CURRENT_SOURCE_DIR}/p2pool
${CMAKE_CURRENT_SOURCE_DIR}/libwalletqt
${CMAKE_CURRENT_SOURCE_DIR}/model
${CMAKE_CURRENT_SOURCE_DIR}/QR-Code-scanner