mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #483 from chriseth/libevmcore
Moved instructions and assembly to new libevmcore.
This commit is contained in:
commit
49e03ad4c9
@ -16,8 +16,7 @@ file(GLOB HEADERS "*.h")
|
||||
|
||||
include_directories(..)
|
||||
|
||||
# @todo we only depend on Assembly, not on all of lll
|
||||
target_link_libraries(${EXECUTABLE} evmface devcore lll)
|
||||
target_link_libraries(${EXECUTABLE} evmcore devcore)
|
||||
|
||||
install( TARGETS ${EXECUTABLE} ARCHIVE DESTINATION lib LIBRARY DESTINATION lib )
|
||||
install( FILES ${HEADERS} DESTINATION include/${EXECUTABLE} )
|
||||
|
@ -23,8 +23,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <ostream>
|
||||
#include <libevmface/Instruction.h>
|
||||
#include <liblll/Assembly.h>
|
||||
#include <libevmcore/Instruction.h>
|
||||
#include <libevmcore/Assembly.h>
|
||||
#include <libsolidity/Types.h>
|
||||
|
||||
namespace dev {
|
||||
|
Loading…
Reference in New Issue
Block a user