Skip to content

Commit 3bb3ab2

Browse files
authored
Merge pull request #4 from Freed-Wu/install
Add install() for target node_api
2 parents a253cf6 + 639e533 commit 3bb3ab2

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)