From 3bb66d1676b48ccb008cdd32d62bab6881ec322b Mon Sep 17 00:00:00 2001 From: yarkin Date: Sat, 2 Mar 2024 00:27:42 +0800 Subject: [PATCH] update include. --- tests/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 7b8e9163..ad8e46f6 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -10,15 +10,15 @@ configure_file(${CMAKE_SOURCE_DIR}/contracts.hpp.in ${CMAKE_BINARY_DIR}/contract include_directories( ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/../silkworm/ - ${CMAKE_SOURCE_DIR}/../external/expected/include - ${CMAKE_SOURCE_DIR}/external ${CMAKE_SOURCE_DIR}/../silkworm/third_party/evmone/lib ${CMAKE_SOURCE_DIR}/../silkworm/third_party/evmone/evmc/include - ${CMAKE_SOURCE_DIR}/../silkworm/third_party/magic_enum/include - ${CMAKE_SOURCE_DIR}/external/abseil ${CMAKE_SOURCE_DIR}/../silkworm/third_party/intx/include ${CMAKE_SOURCE_DIR}/../silkworm/third_party/ethash/include ${CMAKE_SOURCE_DIR}/../silkworm/third_party/secp256k1/include + ${CMAKE_SOURCE_DIR}/../external/expected/include + ${CMAKE_SOURCE_DIR}/external + ${CMAKE_SOURCE_DIR}/external/magic_enum/include + ${CMAKE_SOURCE_DIR}/external/abseil ) add_eosio_test_executable( unit_test