diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index eec482c1..670e6498 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -304,7 +304,7 @@ if (NOT EMSCRIPTEN) ) # install - install(TARGETS wast2wasm wasm2wast wasm-interp wasmopcodecnt DESTINATION bin) + install(TARGETS wast2wasm wasm2wast wasm-interp wasmopcodecnt wasmdump DESTINATION bin) else () # emscripten stuff |