Skip to content

Commit

Permalink
adding binding.gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
japj committed May 20, 2012
1 parent 3330899 commit da80bd9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions binding.gyp
@@ -0,0 +1,10 @@
{
"targets": [
{
"target_name": "fs-ext",
"sources": [
"fs-ext.cc"
]
}
]
}

0 comments on commit da80bd9

Please sign in to comment.