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 ec20eac commit fd05f54Copy full SHA for fd05f54
unittests/CMakeLists.txt
@@ -36,7 +36,7 @@ else()
36
if(EMSCRIPTEN)
37
target_link_libraries(${name} PRIVATE ${ARG_LIBRARIES} ${gtest_libs} clangCppInterOp)
38
set_target_properties(${name} PROPERTIES
39
- LINK_FLAGS "-s SIDE_MODULE=1 -s EXPORT_ALL -s WASM_BIGINT
+ LINK_FLAGS "-s SIDE_MODULE=1 -s EXPORT_ALL -s WASM_BIGINT"
40
)
41
else()
42
target_link_libraries(${name} PUBLIC ${ARG_LIBRARIES} ${gtest_libs} pthread)
0 commit comments