diff options
author | chriseth <chris@ethereum.org> | 2018-11-26 21:50:04 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-11-26 21:50:04 +0800 |
commit | a46d5c65803c7e0cf814d610d8ad87f09f89f2e4 (patch) | |
tree | 531cbe6241eceedb0409470759114fa73ec8d293 /liblangutil | |
parent | d00082f12f60ad4a76123e0905e5e3c76c1d2643 (diff) | |
download | dexon-solidity-a46d5c65803c7e0cf814d610d8ad87f09f89f2e4.tar.gz dexon-solidity-a46d5c65803c7e0cf814d610d8ad87f09f89f2e4.tar.zst dexon-solidity-a46d5c65803c7e0cf814d610d8ad87f09f89f2e4.zip |
Fix merge problem in CMake files.
Diffstat (limited to 'liblangutil')
-rw-r--r-- | liblangutil/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/liblangutil/CMakeLists.txt b/liblangutil/CMakeLists.txt index 3d8bd37a..dfcccfce 100644 --- a/liblangutil/CMakeLists.txt +++ b/liblangutil/CMakeLists.txt @@ -5,6 +5,7 @@ set(sources Exceptions.cpp ParserBase.cpp Scanner.cpp + SourceReferenceFormatter.cpp Token.cpp ) |