summaryrefslogtreecommitdiff
path: root/src/wasm/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm/CMakeLists.txt')
-rw-r--r--src/wasm/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasm/CMakeLists.txt b/src/wasm/CMakeLists.txt
index 1a8a9b8ba..da876b56f 100644
--- a/src/wasm/CMakeLists.txt
+++ b/src/wasm/CMakeLists.txt
@@ -2,6 +2,8 @@ SET(wasm_SOURCES
literal.cpp
wasm.cpp
wasm-binary.cpp
+ wasm-emscripten.cpp
+ wasm-interpreter.cpp
wasm-io.cpp
wasm-s-parser.cpp
wasm-type.cpp