evmc/test/CMakeLists.txt

11 lines
298 B
CMake
Raw Normal View History

# EVMC: Ethereum Client-VM Connector API.
2018-08-21 07:44:18 +00:00
# Copyright 2018 The EVMC Authors.
# Licensed under the Apache License, Version 2.0. See the LICENSE file.
2018-04-12 09:01:24 +00:00
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)