evmc/tools/CMakeLists.txt
Paweł Bylica 3eb43b55df
tools: Add evmc tool main file
The evmc tool can just print help and version information.
2019-12-09 12:59:04 +01:00

7 lines
178 B
CMake

# EVMC: Ethereum Client-VM Connector API.
# Copyright 2019 The EVMC Authors.
# Licensed under the Apache License, Version 2.0.
add_subdirectory(evmc)
add_subdirectory(vmtester)