mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fixed styling issues
This commit is contained in:
parent
c8ad939141
commit
005f551bfb
@ -17,6 +17,7 @@ include_directories(..)
|
|||||||
set(EXECUTABLE lll)
|
set(EXECUTABLE lll)
|
||||||
|
|
||||||
file(GLOB HEADERS "*.h")
|
file(GLOB HEADERS "*.h")
|
||||||
|
|
||||||
if(ETH_STATIC)
|
if(ETH_STATIC)
|
||||||
add_library(${EXECUTABLE} STATIC ${SRC_LIST} ${HEADERS})
|
add_library(${EXECUTABLE} STATIC ${SRC_LIST} ${HEADERS})
|
||||||
else()
|
else()
|
||||||
|
Loading…
Reference in New Issue
Block a user