Skip to content

Commit

Permalink
Merge pull request #4 from Freed-Wu/install
Browse files Browse the repository at this point in the history
Add install() for target node_api
  • Loading branch information
NickNaso authored Jan 17, 2025
2 parents a253cf6 + 639e533 commit 3bb3ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ cmake_minimum_required(VERSION 3.16)
project(libnode_api LANGUAGES C)

add_library(node_api STATIC node_api.c)
install(TARGETS node_api RUNTIME)

0 comments on commit 3bb3ab2

Please sign in to comment.