mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
wrap solc add_executable
Allows static linking.
This commit is contained in:
parent
76473808b4
commit
eb20841740
@ -6,7 +6,7 @@ include_directories(BEFORE ..)
|
||||
set(EXECUTABLE solc)
|
||||
|
||||
file(GLOB HEADERS "*.h")
|
||||
add_executable(${EXECUTABLE} ${SRC_LIST} ${HEADERS})
|
||||
eth_simple_add_executable(${EXECUTABLE} ${SRC_LIST} ${HEADERS})
|
||||
|
||||
eth_use(${EXECUTABLE} REQUIRED Solidity::solidity)
|
||||
target_link_libraries(${EXECUTABLE} ${Boost_PROGRAM_OPTIONS_LIBRARIES})
|
||||
|
Loading…
Reference in New Issue
Block a user