mirror of
https://github.com/status-im/evmc.git
synced 2025-02-22 16:08:22 +00:00
11 lines
278 B
CMake
11 lines
278 B
CMake
# EVMC: Ethereum Client-VM Connector API.
|
|
# Copyright 2018 Pawel Bylica.
|
|
# Licensed under the MIT License. See the LICENSE file.
|
|
|
|
hunter_add_package(GTest)
|
|
find_package(GTest CONFIG REQUIRED)
|
|
|
|
add_subdirectory(integration)
|
|
add_subdirectory(unittests)
|
|
add_subdirectory(vmtester)
|