mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
client refactor
This commit is contained in:
+1
-6
@@ -1,21 +1,16 @@
|
||||
cmake_policy(SET CMP0015 NEW)
|
||||
set(CMAKE_AUTOMOC OFF)
|
||||
|
||||
aux_source_directory(. SRC_LIST)
|
||||
list(REMOVE_ITEM SRC_LIST "./jsonCompiler.cpp")
|
||||
|
||||
include_directories(BEFORE ${JSONCPP_INCLUDE_DIRS})
|
||||
include_directories(BEFORE ..)
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
|
||||
set(EXECUTABLE solc)
|
||||
|
||||
file(GLOB HEADERS "*.h")
|
||||
add_executable(${EXECUTABLE} ${SRC_LIST} ${HEADERS})
|
||||
|
||||
eth_use(${EXECUTABLE} REQUIRED EthCore)
|
||||
|
||||
target_link_libraries(${EXECUTABLE} solidity)
|
||||
eth_use(${EXECUTABLE} REQUIRED Solidity)
|
||||
target_link_libraries(${EXECUTABLE} ${Boost_PROGRAM_OPTIONS_LIBRARIES})
|
||||
|
||||
if (APPLE)
|
||||
|
||||
Reference in New Issue
Block a user