diff --git a/CMakeLists.txt b/CMakeLists.txt index aa13c9b..95b9a70 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)