Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/c2pool/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@ add_executable(c2pool-dash main_dash.cpp)
target_compile_definitions(c2pool-dash PRIVATE C2POOL_VERSION="${C2POOL_GIT_VERSION}")
target_link_libraries(c2pool-dash
core pool sharechain
c2pool_node_enhanced # dash-dashboard: header-only EnhancedC2PoolNodeT (impl/dash/enhanced_node.hpp)
# -> the core::IMiningNode core::WebServer takes. INTERFACE lib; its deps
# (core / c2pool_hashrate / c2pool_difficulty / c2pool_storage) are already listed.
dash # S8-p2p: sharechain pool-node OBJECT lib (NodeImpl + Legacy/Actual dispatch, node.cpp)
c2pool_payout c2pool_merged_mining c2pool_hashrate c2pool_storage c2pool_difficulty
dash_x11 # DASH X11 PoW sph reference (BLAKE->...->ECHO), additive static lib
Expand Down
Loading
Loading