diff options
author | walkingeyerobot <mitch@thefoley.net> | 2022-09-30 17:24:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-30 21:24:30 +0000 |
commit | 8e237a2c5214f887bacd95b887a4ea055e7f6b89 (patch) | |
tree | 4c5c32d2eb718b5d2438cb296fe9cc81bf136f12 /CMakeLists.txt | |
parent | 623fe3719aee656783f26a3ba854b5433313ccd9 (diff) | |
download | wabt-8e237a2c5214f887bacd95b887a4ea055e7f6b89.tar.gz wabt-8e237a2c5214f887bacd95b887a4ea055e7f6b89.tar.bz2 wabt-8e237a2c5214f887bacd95b887a4ea055e7f6b89.zip |
remove duplicated source in CMakeLists.txt (#2011)
Co-authored-by: Mitch Foley <mitchfoley@chromium.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 36828c9f..2935e9e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -256,7 +256,6 @@ set(WABT_LIBRARY_CC src/lexer-source.cc src/literal.cc src/opcode-code-table.c - src/opcode-code-table.c src/opcode.cc src/option-parser.cc src/resolve-names.cc |