mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
add RandomWOW
This commit is contained in:
parent
e5016a6f8e
commit
2b78ff8117
5 changed files with 8 additions and 6 deletions
8
.gitmodules
vendored
8
.gitmodules
vendored
|
@ -7,10 +7,12 @@
|
|||
[submodule "external/trezor-common"]
|
||||
path = external/trezor-common
|
||||
url = https://github.com/trezor/trezor-common.git
|
||||
[submodule "external/randomx"]
|
||||
path = external/randomx
|
||||
url = https://github.com/tevador/RandomX
|
||||
[submodule "external/supercop"]
|
||||
path = external/supercop
|
||||
url = https://github.com/monero-project/supercop
|
||||
branch = monero
|
||||
[submodule "external/randomwow"]
|
||||
path = external/randomwow
|
||||
url = https://git.wownero.com/wownero/RandomWOW
|
||||
branch = 1.1.10-wow
|
||||
|
||||
|
|
|
@ -367,7 +367,7 @@ if(NOT MANUAL_SUBMODULES)
|
|||
check_submodule(external/miniupnp)
|
||||
check_submodule(external/rapidjson)
|
||||
check_submodule(external/trezor-common)
|
||||
check_submodule(external/randomx)
|
||||
check_submodule(external/randomwow)
|
||||
check_submodule(external/supercop)
|
||||
endif()
|
||||
endif()
|
||||
|
|
2
external/CMakeLists.txt
vendored
2
external/CMakeLists.txt
vendored
|
@ -69,4 +69,4 @@ endif()
|
|||
add_subdirectory(db_drivers)
|
||||
add_subdirectory(easylogging++)
|
||||
add_subdirectory(qrcodegen)
|
||||
add_subdirectory(randomx EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(randomwow EXCLUDE_FROM_ALL)
|
||||
|
|
1
external/randomwow
vendored
Submodule
1
external/randomwow
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 27b099b6dd6fef6e17f58c6dfe00009e9c5df587
|
1
external/randomx
vendored
1
external/randomx
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit 102f8acf90a7649ada410de5499a7ec62e49e1da
|
Loading…
Reference in a new issue