UNPKG

osrm

Version:

The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.

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)