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:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user