evmc/test/CMakeLists.txt

11 lines
278 B
CMake
Raw Normal View History

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