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 6c0273f commit aeaf8a1Copy full SHA for aeaf8a1
src/slvs/CMakeLists.txt
@@ -44,6 +44,7 @@ if(ENABLE_PYTHON_LIB)
44
endif()
45
46
if(EMSCRIPTEN)
47
+ target_compile_features(slvs-wasm PRIVATE cxx_std_17)
48
add_executable(slvs-wasm jslib.cpp)
49
target_link_libraries(slvs-wasm PRIVATE slvs-interface embind)
50
target_link_options(slvs-wasm PRIVATE
0 commit comments