CMake.js is a build tool that allow native addon developer to compile their C++ code into executable form. It works like node-gyp but instead of Google's gyp format it is base on CMake build system.
- Installation
- How to use
- Using N-API and node-addon-api
- Tutorials
- Use case in the works - ArrayFire.js
Sometimes finding the right settings is not easy so to accomplish at most complicated task please refer to: