diff options
author | chriseth <chris@ethereum.org> | 2018-11-04 16:34:21 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-11-27 22:59:57 +0800 |
commit | e016cb99e679c53708ca7294442e04f80df477cc (patch) | |
tree | 61a504d270afc93edc87d84134808a53e26959e7 /libyul/CMakeLists.txt | |
parent | 5e55cb17299e1c8f9a685637703e9bd956cfc826 (diff) | |
download | dexon-solidity-e016cb99e679c53708ca7294442e04f80df477cc.tar.gz dexon-solidity-e016cb99e679c53708ca7294442e04f80df477cc.tar.zst dexon-solidity-e016cb99e679c53708ca7294442e04f80df477cc.zip |
Yul objects.
Diffstat (limited to 'libyul/CMakeLists.txt')
-rw-r--r-- | libyul/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libyul/CMakeLists.txt b/libyul/CMakeLists.txt index 8fbea689..7ed84ff5 100644 --- a/libyul/CMakeLists.txt +++ b/libyul/CMakeLists.txt @@ -6,6 +6,8 @@ add_library(yul AsmPrinter.cpp AsmScope.cpp AsmScopeFiller.cpp + Object.cpp + ObjectParser.cpp backends/evm/EVMAssembly.cpp backends/evm/EVMCodeTransform.cpp optimiser/ASTCopier.cpp |