mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Project refactor. Introduce the Serpent library.
This commit is contained in:
parent
320350e019
commit
7830e2acfd
@ -3,9 +3,6 @@ cmake_policy(SET CMP0015 NEW)
|
||||
aux_source_directory(. SRC_LIST)
|
||||
|
||||
include_directories(..)
|
||||
#link_directories(../libethsupport)
|
||||
#link_directories(../libethcore)
|
||||
#link_directories(../liblll)
|
||||
|
||||
set(EXECUTABLE lllc)
|
||||
|
||||
@ -47,7 +44,6 @@ endif ()
|
||||
|
||||
target_link_libraries(${EXECUTABLE} lll)
|
||||
target_link_libraries(${EXECUTABLE} ethcore)
|
||||
target_link_libraries(${EXECUTABLE} ethsupport)
|
||||
target_link_libraries(${EXECUTABLE} ${MINIUPNPC_LS})
|
||||
target_link_libraries(${EXECUTABLE} ${LEVELDB_LS})
|
||||
target_link_libraries(${EXECUTABLE} gmp)
|
||||
|
6
main.cpp
6
main.cpp
@ -23,9 +23,9 @@
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <liblll/Compiler.h>
|
||||
#include <libethsupport/CommonIO.h>
|
||||
#include <libethsupport/CommonData.h>
|
||||
#include <libethcore/Instruction.h>
|
||||
#include <libethential/CommonIO.h>
|
||||
#include <libethential/CommonData.h>
|
||||
#include <libevmface/Instruction.h>
|
||||
#include "BuildInfo.h"
|
||||
using namespace std;
|
||||
using namespace eth;
|
||||
|
Loading…
Reference in New Issue
Block a user