mirror of https://github.com/status-im/evmc.git
12 lines
389 B
CMake
12 lines
389 B
CMake
# EVMC: Ethereum Client-VM Connector API.
|
|
# Copyright 2018-2019 The EVMC Authors.
|
|
# Licensed under the Apache License, Version 2.0.
|
|
|
|
# Setup Hunter.
|
|
# Hunter is going to be initialized only if building with tests,
|
|
# where it is needed to get dependencies.
|
|
HunterGate(
|
|
URL "https://github.com/ruslo/hunter/archive/v0.23.131.tar.gz"
|
|
SHA1 "0512ea6392065c8ece808296fddd7d8664d30920"
|
|
)
|