I have a CMake library target that outputs a foo.js and foo.wasm file in the build directory. However, when I install() the target, only foo.js appears in the install directory. How can I get CMake to also install foo.wasm? I'm using the Emscripten toolchain to generate WebAssembly.