Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Add evmjit submodule #459

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@
path = web3.js
url = https://github.com/ethereum/web3.js
branch = develop
[submodule "evmjit"]
path = evmjit
url = https://github.com/ethereum/evmjit
branch = develop
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ if (SOLIDITY)
add_subdirectory(solidity)
endif()

if (EVMJIT)
add_subdirectory(evmjit)
endif()

if (GUI)
add_subdirectory(alethzero)
if (SOLIDITY)
Expand Down
1 change: 1 addition & 0 deletions evmjit
Submodule evmjit added at 0127e1