We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0273f commit d14609fCopy full SHA for d14609f
1 file changed
src/slvs/CMakeLists.txt
@@ -45,6 +45,7 @@ endif()
45
46
if(EMSCRIPTEN)
47
add_executable(slvs-wasm jslib.cpp)
48
+ target_compile_features(slvs-wasm PRIVATE cxx_std_17)
49
target_link_libraries(slvs-wasm PRIVATE slvs-interface embind)
50
target_link_options(slvs-wasm PRIVATE
51
"SHELL:-s MODULARIZE=1"
0 commit comments