Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ string(REGEX REPLACE "[\r\n\"]" "" NODE_API_HEADERS_DIR ${NODE_API_HEADERS_DIR})
add_library(nodejs_module SHARED ${SOURCE_FILES})
set_target_properties(nodejs_module PROPERTIES PREFIX "" SUFFIX ".node")
target_include_directories(nodejs_module PRIVATE ${NODE_API_HEADERS_DIR} ${NODE_ADDON_API_DIR})
target_link_libraries(nodejs_module PRIVATE wsdb_client wsdb_ipc_client ipc vm2_sim)
target_link_libraries(nodejs_module PRIVATE world_state ipc)

# On macOS, Node.js N-API symbols are provided by the runtime, not at link time
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading