Skip to content
Snippets Groups Projects
Commit 6c2f1c9d authored by Asad Salman's avatar Asad Salman Committed by Adrien Béraud
Browse files

Included dring source directory in binding.gyp file

Change-Id: Ifcb75604e087140378b4f083908023add606c229
parent c4d03c6d
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
{ {
"target_name": "dring", "target_name": "dring",
"sources": [ "ring_wrapper.cpp" ], "sources": [ "ring_wrapper.cpp" ],
'include_dirs': ['../../src/'],
'cflags!': [ '-fno-exceptions' ], 'cflags!': [ '-fno-exceptions' ],
'cflags_cc!': [ '-fno-exceptions' ] 'cflags_cc!': [ '-fno-exceptions' ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment