2018-04-24 12:51:18 +00:00
|
|
|
# EVMC: Ethereum Client-VM Connector API.
|
2018-08-21 07:44:18 +00:00
|
|
|
# Copyright 2018 The EVMC Authors.
|
2018-08-22 11:57:25 +00:00
|
|
|
# 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)
|
|
|
|
|
2018-04-24 12:51:18 +00:00
|
|
|
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)
|