summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-04-10 19:55:39 -0400
committerrealtradam <[email protected]>2023-04-10 19:55:39 -0400
commitdbe60ec68ff64c918bc32cf216fc3a6932f5e3c4 (patch)
tree52a8b6fb21bbda20e02f4c61795f01214e5ebc39 /CMakeLists.txt
parentfaf412bbdb763799979dd1f8360c3dd7750d5fff (diff)
downloadrodeo_sample_game-dbe60ec68ff64c918bc32cf216fc3a6932f5e3c4.tar.gz
rodeo_sample_game-dbe60ec68ff64c918bc32cf216fc3a6932f5e3c4.zip
rodeo bump
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 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 \