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