evmc/test/CMakeLists.txt

11 lines
278 B
CMake
Raw Normal View History

# EVMC: Ethereum Client-VM Connector API.
2018-04-12 11:01:24 +02:00
# Copyright 2018 Pawel Bylica.
# Licensed under the MIT License. See the LICENSE file.
2018-06-08 12:44:33 +02:00
hunter_add_package(GTest)
find_package(GTest CONFIG REQUIRED)
add_subdirectory(integration)
2018-06-08 12:44:33 +02:00
add_subdirectory(unittests)
2018-04-12 11:01:24 +02:00
add_subdirectory(vmtester)