diff options
author | chriseth <chris@ethereum.org> | 2018-11-30 00:35:14 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-11-30 23:30:19 +0800 |
commit | 0bd9db480f54d846abbdb4218e000f08ead4fbd5 (patch) | |
tree | 04bc825b27d5da4f20880db94d1460d81c99d694 /libsolidity/CMakeLists.txt | |
parent | 6aa9ce2d4348aa5ee0d64854942db4adb0c8b9d2 (diff) | |
download | dexon-solidity-0bd9db480f54d846abbdb4218e000f08ead4fbd5.tar.gz dexon-solidity-0bd9db480f54d846abbdb4218e000f08ead4fbd5.tar.zst dexon-solidity-0bd9db480f54d846abbdb4218e000f08ead4fbd5.zip |
Add skeleton for contract level checker.
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 d2e0c854..dc4c6d15 100644 --- a/libsolidity/CMakeLists.txt +++ b/libsolidity/CMakeLists.txt @@ -1,6 +1,7 @@ # Until we have a clear separation, libyul has to be included here set(sources analysis/ConstantEvaluator.cpp + analysis/ContractLevelChecker.cpp analysis/ControlFlowAnalyzer.cpp analysis/ControlFlowBuilder.cpp analysis/ControlFlowGraph.cpp |