diff options
author | Ben Smith <binji@chromium.org> | 2020-02-26 15:51:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-26 15:51:33 -0800 |
commit | 981e30acb316da4da1965969283108e52781e695 (patch) | |
tree | fc00a76512e2e611363a404993e2cf5b803a6538 /CMakeLists.txt | |
parent | 5ce1a556f55779d3d59930b16a9d328ad6a7c1f2 (diff) | |
download | wabt-981e30acb316da4da1965969283108e52781e695.tar.gz wabt-981e30acb316da4da1965969283108e52781e695.tar.bz2 wabt-981e30acb316da4da1965969283108e52781e695.zip |
Move the Type enum to its own file (#1344)
This is a good start to cleaning up common.h.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fd4e823e..4f42023a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -291,6 +291,7 @@ set(WABT_LIBRARY_SRC src/token.cc src/tracing.h src/tracing.cc + src/type.h src/type-checker.h src/type-checker.cc src/utf8.h |