Skip to content

Commit

Permalink
Merge pull request #261 from ethereum/baseline
Browse files Browse the repository at this point in the history
Baseline interpreter
  • Loading branch information
chfast authored Dec 21, 2020
2 parents 578ce07 + cfdcfc7 commit afad0aa
Show file tree
Hide file tree
Showing 7 changed files with 758 additions and 6 deletions.
4 changes: 3 additions & 1 deletion lib/evmone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ add_library(evmone
${include_dir}/evmone/evmone.h
analysis.cpp
analysis.hpp
baseline.cpp
baseline.hpp
evmone.cpp
execution.cpp
execution.hpp
Expand All @@ -21,7 +23,7 @@ add_library(evmone
limits.hpp
opcodes_helpers.h
)
target_link_libraries(evmone PUBLIC evmc::evmc PRIVATE intx::intx ethash::keccak)
target_link_libraries(evmone PUBLIC evmc::evmc PRIVATE intx::intx evmc::instructions ethash::keccak)
target_include_directories(evmone PUBLIC
$<BUILD_INTERFACE:${include_dir}>$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)
Expand Down
Loading

0 comments on commit afad0aa

Please sign in to comment.