mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fix build on windows
This commit is contained in:
parent
b68ca9cd56
commit
e97f62bb6d
@ -2,7 +2,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DSTATICLIB")
|
||||
|
||||
aux_source_directory(. SRC_LIST)
|
||||
|
||||
set(EXECUTABLE devcore)
|
||||
set(EXECUTABLE soldevcore)
|
||||
|
||||
file(GLOB HEADERS "*.h")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user