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 03fe9d1 commit d2f6f70Copy full SHA for d2f6f70
unittests/CppInterOp/TestSharedLib/CMakeLists.txt
@@ -11,9 +11,12 @@ set_output_directory(TestSharedLib
11
12
13
if (EMSCRIPTEN)
14
- set_target_properties(TestSharedLib PROPERTIES
15
- NO_SONAME 1
16
- LINK_FLAGS "-s WASM_BIGINT -s SIDE_MODULE=1"
+ set_target_properties(TestSharedLib
+ PROPERTIES NO_SONAME 1
+ )
17
+ target_link_options(TestSharedLib
18
+ PRIVATE "SHELL: -s WASM_BIGINT"
19
+ PRIVATE "SHELL: -s SIDE_MODULE=1"
20
)
21
endif()
22
0 commit comments