evmc/test/CMakeLists.txt

7 lines
187 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.
add_subdirectory(integration)
2018-04-12 09:01:24 +00:00
add_subdirectory(vmtester)