We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2adb3c commit 9e4989fCopy full SHA for 9e4989f
CMakeLists.txt
@@ -82,7 +82,9 @@ endif()
82
################################################################
83
if(EMSCRIPTEN)
84
# extra flags to ensure runtime methods are exported
85
- set(EMS"SHELL: -s EXTRA_EXPORTED_RUNTIME_METHODS=['FS','PATH','loadDynamicLibrary']")
+ set(EMS
86
+ "SHELL: -s EXTRA_EXPORTED_RUNTIME_METHODS=['FS','PATH','loadDynamicLibrary']"
87
+ )
88
target_compile_options(xplugin_host INTERFACE ${EMS})
89
target_link_options(xplugin_host INTERFACE ${EMS})
90
0 commit comments