diff options
author | chriseth <chris@ethereum.org> | 2018-12-04 22:10:47 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-12-04 22:20:23 +0800 |
commit | 0ec7a0e72cbc2ab2f05005a19ff29651a47c1b45 (patch) | |
tree | 4fb8a9d5f39ee3e15998a9dc711a56088c4cc788 /libsolidity/CMakeLists.txt | |
parent | 8654f8f6d4cb8f609d5b43df217aff1406acbe6a (diff) | |
download | dexon-solidity-0ec7a0e72cbc2ab2f05005a19ff29651a47c1b45.tar.gz dexon-solidity-0ec7a0e72cbc2ab2f05005a19ff29651a47c1b45.tar.zst dexon-solidity-0ec7a0e72cbc2ab2f05005a19ff29651a47c1b45.zip |
Move AsmCodeGen.
Diffstat (limited to 'libsolidity/CMakeLists.txt')
-rw-r--r-- | libsolidity/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsolidity/CMakeLists.txt b/libsolidity/CMakeLists.txt index dc4c6d15..43d61c86 100644 --- a/libsolidity/CMakeLists.txt +++ b/libsolidity/CMakeLists.txt @@ -23,6 +23,7 @@ set(sources ast/Types.cpp codegen/ABIFunctions.cpp codegen/ArrayUtils.cpp + codegen/AsmCodeGen.cpp codegen/Compiler.cpp codegen/CompilerContext.cpp codegen/CompilerUtils.cpp |