Skip to content

Commit 8dda4fc

Browse files
committed
Make self-contained test binaries
1 parent a2c7abf commit 8dda4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ foreach(test IN LISTS tests)
221221
target_link_libraries(
222222
${test}
223223
PRIVATE
224-
js_shared
224+
js_static
225225
)
226226

227227
add_test(

0 commit comments

Comments
 (0)