cmake.js support
See original GitHub issueCMake.js is quite awesome and easy to use. Even used in Microsoft/napajs!
It will be greate to add support for cmake.js.
Currently electron-rebuild can only recognize the binding.gyp
file, I think it should be quite easy to add support for cmake.js.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:10 (1 by maintainers)
Top Results From Across the Web
CMake.js - a Node.js native addon build tool - GitHub
js based native modules are compatible with NW.js out-of-the-box, there is no nw-gyp like magic required; Electron: out-of-the-box build support ...
Read more >cmake-js - npm
CMake.js - a Node.js native addon build tool. Latest version: 7.1.1, last published: 11 days ago. Start using cmake-js in your project by ......
Read more >CMake.js · The Node-API Resource - GitHub Pages
CMake.js is good build tool alternative to node-gyp. CMake.js is based on the CMake tool which must be installed. Pros Uses the CMake...
Read more >CMake.js - Welcome to the Node-API Resource
Uses the CMake tool which is widely-adopted in the open source community. Ideal for exisiting C/C++ libraries already based on CMake. Cons. Not...
Read more >How to integrate a C++ project with NodeJS using CMake
I am wondering if there is a solution that will allow me to easily integrate with NodeJS, as well as other projects. I...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is cmake-js supported now?
Well, Simply add an empty binding.gyp will work . Official support will be awesome. Should I Leave it open?