Skip to content

Commit

Permalink
mmx_cuda_plotter
Browse files Browse the repository at this point in the history
  • Loading branch information
stotiks committed Apr 30, 2024
1 parent 8046069 commit 953923c
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,22 @@ set(plot_manager_RELEASE_DIR ${plot_manager_SOURCE_DIR}/bin/CPack_PlotManager_Re
install(DIRECTORY ${plot_manager_RELEASE_DIR}/ DESTINATION ./ COMPONENT gui)


set(GIGAHORSE_GIT_TAG "origin/master")
FetchContent_Declare(
mmx_cuda_plotter
GIT_REPOSITORY https://github.com/madMAx43v3r/mmx-binaries.git
GIT_TAG "origin/testnet11"
)
FetchContent_MakeAvailable(mmx_cuda_plotter)

set (MMX_DESTINATION ./mmx/)
set(MMX_CUDA_PLOTTER_PATH ${mmx_cuda_plotter_SOURCE_DIR}/mmx-cuda-plotter/windows)
install(DIRECTORY ${MMX_CUDA_PLOTTER_PATH}/ DESTINATION ${MMX_DESTINATION} COMPONENT plotters)


FetchContent_Declare(
chia_gigahorse
GIT_REPOSITORY https://github.com/madMAx43v3r/chia-gigahorse.git
GIT_TAG ${GIGAHORSE_GIT_TAG}
GIT_TAG "origin/master"
)
FetchContent_MakeAvailable(chia_gigahorse)

Expand Down

0 comments on commit 953923c

Please sign in to comment.