Skip to content

Commit fd05f54

Browse files
authored
Update CMakeLists.txt
1 parent ec20eac commit fd05f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ else()
3636
if(EMSCRIPTEN)
3737
target_link_libraries(${name} PRIVATE ${ARG_LIBRARIES} ${gtest_libs} clangCppInterOp)
3838
set_target_properties(${name} PROPERTIES
39-
LINK_FLAGS "-s SIDE_MODULE=1 -s EXPORT_ALL -s WASM_BIGINT
39+
LINK_FLAGS "-s SIDE_MODULE=1 -s EXPORT_ALL -s WASM_BIGINT"
4040
)
4141
else()
4242
target_link_libraries(${name} PUBLIC ${ARG_LIBRARIES} ${gtest_libs} pthread)

0 commit comments

Comments
 (0)