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.
2 parents a253cf6 + 639e533 commit 3bb3ab2Copy full SHA for 3bb3ab2
CMakeLists.txt
@@ -3,3 +3,4 @@ cmake_minimum_required(VERSION 3.16)
3
project(libnode_api LANGUAGES C)
4
5
add_library(node_api STATIC node_api.c)
6
+install(TARGETS node_api RUNTIME)
0 commit comments