nodejs / nan

Native Abstractions for Node.js
MIT License
3.27k stars 501 forks source link

new: Add CMake as an alternative build tool #950

Closed zenon8adams closed 1 year ago

zenon8adams commented 1 year ago

This commit integrates CMake as an alternative build tool for the project. Users can now choose to use CMake to configure and build the project, in addition to the existing Makefile.

kkoopa commented 1 year ago

Thank you, this is a nice addition. Just need to remember to keep this in sync with the Makefile.