From 61f0890c258753dd08afeb24ec822e2f6f99d794 Mon Sep 17 00:00:00 2001 From: "Alon Zakai (kripken)" Date: Sat, 27 May 2017 12:48:12 -0700 Subject: fix wasm-opt with INTERPRETER_DEBUG --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 751752fec..a4bbaa0ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -205,6 +205,7 @@ INSTALL(TARGETS wasm-shell DESTINATION ${CMAKE_INSTALL_BINDIR}) SET(wasm-opt_SOURCES src/tools/wasm-opt.cpp + src/wasm-interpreter.cpp ) ADD_EXECUTABLE(wasm-opt ${wasm-opt_SOURCES}) -- cgit v1.2.3