mirror of https://github.com/status-im/evmc.git
11 lines
388 B
CMake
11 lines
388 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.165.tar.gz"
|
|
SHA1 "5a73f91df5f6109c0bb1104d0c0ee423f7bece79"
|
|
) |