summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt5
m---------external/RodeoEngine0
2 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 50ffc18..56f36b6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -66,8 +66,9 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Emscripten")
-s NO_EXIT_RUNTIME=1 \
-s DISABLE_DEPRECATED_FIND_EVENT_TARGET_BEHAVIOR=1 \
-s OFFSCREENCANVAS_SUPPORT=1 \
- -s ALLOW_MEMORY_GROWTH=1\
- --preload-file shaders")
+ -s ALLOW_MEMORY_GROWTH=1 \
+ --preload-file shaders \
+ --preload-file assets")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} \
-fno-exceptions \
diff --git a/external/RodeoEngine b/external/RodeoEngine
-Subproject 6a0ef52763cee6e6d7c631516461e0600d9a2da
+Subproject 271ff350f3155001418876a2fd5829b77be1e97