UNPKG

node-cmake

Version:

A CMake-based build system for node.js native modules

9 lines (5 loc) 157 B
cmake_minimum_required(VERSION 3.1) project(example VERSION 1.0.0) include(../NodeJS.cmake) nodejs_init() add_nodejs_module(${PROJECT_NAME} src/hello.cc)