Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Create binding.gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
jutaz committed Nov 18, 2013
1 parent 9757ac2 commit 6940261
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"targets": [
{
"target_name": "gtknotify",
"include_dirs": "/root/src/../api",
"sources": [ "src/node_gtknotify.cpp" ],
},
'link_settings': {
'libraries': [
'-lgtkmm-2.4',
'-llibnotifymm-1.0'
]
}
]
}

0 comments on commit 6940261

Please sign in to comment.