diff options
author | Christian Parpart <christian@ethereum.org> | 2018-11-15 00:15:39 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-11-22 02:58:36 +0800 |
commit | 80371e2d25ce3eb868d6f75b99a54af9dc6c1583 (patch) | |
tree | c921bff4bb9769b06e3b848dac06c25c0de44fa5 /CMakeLists.txt | |
parent | 2518b5314c0c16dcdbbc0b093f5b716e9e85dbc2 (diff) | |
download | dexon-solidity-80371e2d25ce3eb868d6f75b99a54af9dc6c1583.tar.gz dexon-solidity-80371e2d25ce3eb868d6f75b99a54af9dc6c1583.tar.zst dexon-solidity-80371e2d25ce3eb868d6f75b99a54af9dc6c1583.zip |
Ensure liblangutil is compiled and linked as its own static library.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 86769672..ed51e5a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,6 +45,7 @@ include(EthOptions) configure_project(TESTS) add_subdirectory(libdevcore) +add_subdirectory(liblangutil) add_subdirectory(libevmasm) add_subdirectory(libsolidity) add_subdirectory(libsolc) |