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 da876b56f..f4441953a 100644 --- a/src/wasm/CMakeLists.txt +++ b/src/wasm/CMakeLists.txt @@ -6,6 +6,7 @@ SET(wasm_SOURCES wasm-interpreter.cpp wasm-io.cpp wasm-s-parser.cpp + wasm-stack.cpp wasm-type.cpp wasm-validator.cpp ) |