mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add cmake defaults for split repo builds.
Basically same problem as the one seen in [this](https://github.com/ethereum/webthree/pull/34) PR.
This commit is contained in:
parent
8355c0ad40
commit
9c3d0c4d81
@ -23,6 +23,10 @@ include(EthExecutableHelper)
|
||||
# Include utils
|
||||
include(EthUtils)
|
||||
|
||||
include(EthOptions)
|
||||
configure_project()
|
||||
print_config()
|
||||
|
||||
add_subdirectory(libsolidity)
|
||||
add_subdirectory(solc)
|
||||
add_subdirectory(test)
|
||||
|
Loading…
Reference in New Issue
Block a user