xuxiaobo-bobo 842b34b5ca 0218
2024-02-18 15:40:48 +08:00

901 B

CMake.js

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.

CMake reference

Sometimes finding the right settings is not easy so to accomplish at most complicated task please refer to: