diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 0a49fe92..e74069a8 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -17,10 +17,12 @@ add_subdirectory(dom) if (EMSCRIPTEN) get_property(EXAMPLES GLOBAL PROPERTY FTXUI::EXAMPLES) foreach(file + "index.css" "index.html" "index.mjs" - "index.css" - "run_webassembly.py") + "run_webassembly.py" + "sw.js" + ) configure_file(${file} ${file}) endforeach(file) endif()