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 686e853 commit 2aea715Copy full SHA for 2aea715
unittests/CppInterOp/CMakeLists.txt
@@ -25,7 +25,8 @@ add_cppinterop_unittest(CppInterOpTests
25
26
if(EMSCRIPTEN)
27
set_target_properties(CppInterOpTests PROPERTIES
28
- LINK_FLAGS "-s MAIN_MODULE=1 -s WASM_BIGINT"
+ COMPILE_FLAGS "-s MAIN_MODULE=1"
29
+ LINK_FLAGS "-s MAIN_MODULE=1 -s WASM_BIGINT"
30
)
31
endif()
32
target_link_libraries(CppInterOpTests
@@ -65,8 +66,9 @@ target_link_libraries(DynamicLibraryManagerTests
65
66
67
68
- target_link_options(DynamicLibraryManagerTests PRIVATE
69
- "SHELL: -s MAIN_MODULE=1 -s WASM_BIGINT"
+ set_target_properties(DynamicLibraryManagerTests PROPERTIES
70
71
72
73
74
0 commit comments