File tree 5 files changed +10
-21
lines changed
5 files changed +10
-21
lines changed Original file line number Diff line number Diff line change 1
1
# evmone: Fast Ethereum Virtual Machine implementation
2
- # Copyright 2018-2019 The evmone Authors.
2
+ # Copyright 2018-2020 The evmone Authors.
3
3
# Licensed under the Apache License, Version 2.0.
4
4
5
5
hunter_config(
@@ -8,11 +8,3 @@ hunter_config(
8
8
URL https://github.com/chfast/intx/archive/v0.4.0.tar.gz
9
9
SHA1 8a2a0b0efa64899db972166a9b3568a6984c61bc
10
10
)
11
-
12
- hunter_config(
13
- GTest
14
- VERSION 1.8.1
15
- URL https://github.com/google/googletest/archive/release-1.8.1.tar.gz
16
- SHA1 152b849610d91a9dfa1401293f43230c2e0c33f8
17
- CMAKE_ARGS BUILD_GMOCK=OFF gtest_force_shared_crt=ON
18
- )
Original file line number Diff line number Diff line change 1
1
# evmone: Fast Ethereum Virtual Machine implementation
2
- # Copyright 2018-2019 The evmone Authors.
2
+ # Copyright 2018-2020 The evmone Authors.
3
3
# Licensed under the Apache License, Version 2.0.
4
4
5
5
set (HUNTER_CONFIGURATION_TYPES Release CACHE STRING "Build type of Hunter packages" )
6
6
7
7
include (HunterGate)
8
8
9
9
HunterGate(
10
- URL " https://github.com/ruslo /hunter/archive/v0.23.190 .tar.gz"
11
- SHA1 "bc7da329d2493201de28f0c2a5fcd4de1415c477"
10
+ URL https://github.com/cpp-pm /hunter/archive/v0.23.239 .tar.gz
11
+ SHA1 135567a8493ab3499187bce1f2a8df9b449febf3
12
12
LOCAL
13
13
)
Original file line number Diff line number Diff line change 1
1
# evmone: Fast Ethereum Virtual Machine implementation
2
- # Copyright 2019 The evmone Authors.
2
+ # Copyright 2019-2020 The evmone Authors.
3
3
# Licensed under the Apache License, Version 2.0.
4
4
5
5
include (GoogleTest)
6
6
include (${PROJECT_SOURCE_DIR} /evmc/cmake/EVMC.cmake)
7
7
8
8
set (evmone_private_include_dir ${PROJECT_SOURCE_DIR} /lib)
9
9
10
+ hunter_add_package(benchmark)
11
+ find_package (benchmark CONFIG REQUIRED)
12
+
10
13
add_subdirectory (utils)
11
14
add_subdirectory (bench)
12
15
add_subdirectory (internal_benchmarks)
Original file line number Diff line number Diff line change 1
1
# evmone: Fast Ethereum Virtual Machine implementation
2
- # Copyright 2019 The evmone Authors.
2
+ # Copyright 2019-2020 The evmone Authors.
3
3
# Licensed under the Apache License, Version 2.0.
4
4
5
5
include (CheckIncludeFileCXX)
6
6
7
- hunter_add_package(benchmark)
8
- find_package (benchmark CONFIG REQUIRED)
9
-
10
7
add_executable (evmone-bench bench.cpp)
11
8
12
9
target_include_directories (evmone-bench PRIVATE ${evmone_private_include_dir} )
Original file line number Diff line number Diff line change 1
1
# evmone: Fast Ethereum Virtual Machine implementation
2
- # Copyright 2019 The evmone Authors.
2
+ # Copyright 2019-2020 The evmone Authors.
3
3
# Licensed under the Apache License, Version 2.0.
4
4
5
- hunter_add_package(benchmark)
6
- find_package (benchmark CONFIG REQUIRED)
7
-
8
5
add_executable (
9
6
evmone-bench-internal
10
7
find_jumpdest_bench.cpp
You can’t perform that action at this time.
0 commit comments