Skip to content

Commit

Permalink
update include.
Browse files Browse the repository at this point in the history
  • Loading branch information
yarkinwho committed Mar 1, 2024
1 parent 6496819 commit 3bb66d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bb66d1

Please sign in to comment.