diff options
Diffstat (limited to 'src/wasm/CMakeLists.txt')
-rw-r--r-- | src/wasm/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm/CMakeLists.txt b/src/wasm/CMakeLists.txt index 20fc2e9fb..974f3cd10 100644 --- a/src/wasm/CMakeLists.txt +++ b/src/wasm/CMakeLists.txt @@ -12,6 +12,7 @@ set(wasm_SOURCES wasm-stack.cpp wasm-type.cpp wasm-validator.cpp + wat-lexer.cpp ${wasm_HEADERS} ) # wasm-debug.cpp includes LLVM header using std::iterator (deprecated in C++17) |