-
Couldn't load subscription status.
- Fork 4
Open
Labels
CMake RNOur `cmake` wrapping CLIOur `cmake` wrapping CLIenhancementNew feature or requestNew feature or request
Description
Users of cmake-js are instructed to add the following to their CMakeLists.txt
if(MSVC AND CMAKE_JS_NODELIB_DEF AND CMAKE_JS_NODELIB_TARGET)
# Generate node.lib
execute_process(COMMAND ${CMAKE_AR} /def:${CMAKE_JS_NODELIB_DEF} /out:${CMAKE_JS_NODELIB_TARGET} ${CMAKE_STATIC_LINKER_FLAGS})
endif()Which will generate a node.lib file exposed to the CMake project via CMAKE_JS_LIB.
Metadata
Metadata
Assignees
Labels
CMake RNOur `cmake` wrapping CLIOur `cmake` wrapping CLIenhancementNew feature or requestNew feature or request