mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
This commit is contained in:
parent
ed096881b9
commit
3ec162e910
@ -21,8 +21,7 @@ file(GLOB HEADERS "*.h")
|
||||
|
||||
add_library(${EXECUTABLE} ${SRC_LIST} ${HEADERS})
|
||||
|
||||
target_link_libraries(${EXECUTABLE} evmcore)
|
||||
target_link_libraries(${EXECUTABLE} devcore)
|
||||
target_link_libraries(${EXECUTABLE} evmasm)
|
||||
|
||||
install( TARGETS ${EXECUTABLE} RUNTIME DESTINATION bin ARCHIVE DESTINATION lib LIBRARY DESTINATION lib )
|
||||
install( FILES ${HEADERS} DESTINATION include/${EXECUTABLE} )
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include <libdevcore/Common.h>
|
||||
#include <libevmcore/Instruction.h>
|
||||
#include <libevmcore/Assembly.h>
|
||||
#include <libevmasm/Assembly.h>
|
||||
#include "Exceptions.h"
|
||||
|
||||
namespace boost { namespace spirit { class utree; } }
|
||||
|
Loading…
Reference in New Issue
Block a user