diff options
Diffstat (limited to 'src/parser/CMakeLists.txt')
-rw-r--r-- | src/parser/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser/CMakeLists.txt b/src/parser/CMakeLists.txt index bae90379e..9c54646e7 100644 --- a/src/parser/CMakeLists.txt +++ b/src/parser/CMakeLists.txt @@ -3,6 +3,7 @@ set(parser_SOURCES context-decls.cpp context-defs.cpp lexer.cpp + wast-parser.cpp wat-parser.cpp ${parser_HEADERS} ) |