evmc/test/CMakeLists.txt

9 lines
250 B
CMake
Raw Normal View History

# EVMC: Ethereum Client-VM Connector API.
# Copyright 2018-2019 The EVMC Authors.
# Licensed under the Apache License, Version 2.0.
2018-04-12 11:01:24 +02:00
add_subdirectory(cmake_package)
add_subdirectory(compilation)
add_subdirectory(unittests)
2018-04-12 11:01:24 +02:00
add_subdirectory(vmtester)