mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Rename ethential to devcore.
This commit is contained in:
parent
37def1ca62
commit
c52b98edda
@ -10,7 +10,7 @@ add_executable(${EXECUTABLE} ${SRC_LIST})
|
||||
|
||||
target_link_libraries(${EXECUTABLE} lll)
|
||||
target_link_libraries(${EXECUTABLE} evmface)
|
||||
target_link_libraries(${EXECUTABLE} ethential)
|
||||
target_link_libraries(${EXECUTABLE} devcore)
|
||||
|
||||
if ("${TARGET_PLATFORM}" STREQUAL "w64")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -static-libgcc -static-libstdc++")
|
||||
|
4
main.cpp
4
main.cpp
@ -23,8 +23,8 @@
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <liblll/Compiler.h>
|
||||
#include <libethential/CommonIO.h>
|
||||
#include <libethential/CommonData.h>
|
||||
#include <libdevcore/CommonIO.h>
|
||||
#include <libdevcore/CommonData.h>
|
||||
#include <libevmface/Instruction.h>
|
||||
#include "BuildInfo.h"
|
||||
using namespace std;
|
||||
|
Loading…
Reference in New Issue
Block a user