Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 395 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 395 Bytes

cmake-napi

Node-API utilities for CMake.

npm i cmake-napi
find_package(cmake-napi REQUIRED PATHS node_modules/cmake-napi)

API

napi_platform(<result>)

napi_arch(<result>)

napi_target(<result>)

napi_module_target(<directory> <result> [NAME <var>] [VERSION <var>] [HASH <var>])

add_napi_module(<result>)

License

Apache-2.0