Bindings for WhiteDB for Node.JS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
362 B

{
"targets": [
{
"include_dirs": [
],
"libraries": [
"-L/usr/local/lib",
"-lwgdb"
],
"sources": [
"src/utils.cc",
"src/wgdb.cc",
"src/main.cc"
],
"target_name": "wgdb"
}
]
}