You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
447 B
14 lines
447 B
7 years ago
|
cmake_minimum_required(VERSION 3.9)
|
||
|
include("cmake/HunterGate.cmake")
|
||
|
HunterGate(
|
||
|
URL "https://github.com/ruslo/hunter/archive/v0.19.173.tar.gz"
|
||
|
SHA1 "750fb1d621af971fad6f303356b13017ad9f5e15"
|
||
|
LOCAL
|
||
|
)
|
||
|
project(SuperNET)
|
||
|
include_directories("${CMAKE_SOURCE_DIR}")
|
||
|
add_subdirectory(cpp-ethereum)
|
||
|
add_subdirectory(iguana/exchanges)
|
||
|
add_subdirectory(iguana/secp256k1)
|
||
|
add_subdirectory(crypto777)
|
||
|
add_subdirectory(crypto777/jpeg)
|