CMake.js


CMake.js 是基于 CMake 的替代构建系统。

¥CMake.js is an alternative build system based on CMake.

对于已经使用 CMake 的项目或受 node-gyp 限制影响的开发者,CMake.js 是一个不错的选择。build_with_cmake 是基于 CMake 的原生插件项目的示例。

¥CMake.js is a good choice for projects that already use CMake or for developers affected by limitations in node-gyp. build_with_cmake is an example of a CMake-based native addon project.