Skip to content

Commit cfeaae1

Browse files
committedAug 24, 2024
PORT: Added library(uuid) to WASM version
1 parent 7a0d112 commit cfeaae1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ if(MULTI_THREADED)
106106
test_libs(socket af_unix udp_sockets)
107107
endif()
108108
endif(HAVE_SOCKET)
109+
else(NOT EMSCRIPTEN)
110+
swipl_plugin(uuid PL_LIBS uuid.pl)
109111
endif(NOT EMSCRIPTEN)
110112

111113
test_libs(uuid)

0 commit comments

Comments
 (0)
Please sign in to comment.