Skip to content

Commit 639e533

Browse files
committed
Add install() for target node_api
1 parent a253cf6 commit 639e533

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ cmake_minimum_required(VERSION 3.16)
33
project(libnode_api LANGUAGES C)
44

55
add_library(node_api STATIC node_api.c)
6+
install(TARGETS node_api RUNTIME)

0 commit comments

Comments
 (0)