diff --git a/src/frontend/CMakeLists.txt b/src/frontend/CMakeLists.txt index 88ec001d..10409ca0 100644 --- a/src/frontend/CMakeLists.txt +++ b/src/frontend/CMakeLists.txt @@ -60,6 +60,14 @@ if (CXX_INSTALL_TOOLS) TARGETS cxx EXPORT cxxTargets ) + + if (EMSCRIPTEN) + install( + FILES $/cxx.wasm + DESTINATION bin + ) + endif() + endif() add_custom_target(link_cxx_include ALL