mirror of
https://github.com/status-im/evmc.git
synced 2025-02-23 16:38:06 +00:00
13 lines
399 B
CMake
13 lines
399 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.214.tar.gz"
|
|
SHA1 "e14bc153a7f16d6a5eeec845fb0283c8fad8c358"
|
|
LOCAL
|
|
)
|