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