summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f1d575635..124a93fd0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,6 +34,7 @@ SET(binaryen-shell_SOURCES
src/binaryen-shell.cpp
src/pass.cpp
src/passes/LowerIfElse.cpp
+ src/passes/MergeBlocks.cpp
src/passes/NameManager.cpp
src/passes/RemoveImports.cpp
src/passes/RemoveUnusedBrs.cpp
@@ -49,6 +50,7 @@ INSTALL(TARGETS binaryen-shell DESTINATION bin)
SET(asm2wasm_SOURCES
src/asm2wasm-main.cpp
src/pass.cpp
+ src/passes/MergeBlocks.cpp
src/passes/RemoveUnusedBrs.cpp
src/passes/RemoveUnusedNames.cpp
src/emscripten-optimizer/parser.cpp