Comparing version 0.0.1 to 0.0.2
@@ -9,2 +9,4 @@ cmake_minimum_required(VERSION 2.8) | ||
include_directories(${CMAKE_JS_INC}) | ||
# Build a shared library named after the project from the files in `src/` | ||
@@ -18,3 +20,3 @@ file(GLOB SOURCE_FILES "src/*.cpp" "src/*.h") | ||
# Include N-API wrappers | ||
target_include_directories(${PROJECT_NAME} PRIVATE "/usr/include/node") | ||
target_link_libraries(${PROJECT_NAME} ${CMAKE_JS_LIB}) | ||
target_include_directories(${PROJECT_NAME} PRIVATE "${CMAKE_SOURCE_DIR}/node_modules/node-addon-api") | ||
@@ -21,0 +23,0 @@ |
{ | ||
"name": "computron", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "addon.js", |
@@ -0,1 +1,3 @@ | ||
[![Build Status](https://travis-ci.org/Inist-CNRS/computron.svg?branch=master)](https://travis-ci.org/Inist-CNRS/computron) | ||
# Computron | ||
@@ -2,0 +4,0 @@ |
18785
13
34