tree-sitter-hurl/binding.gyp
kjuulh 8d8a40a3a3
feat: with base
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-04 19:38:07 +02:00

20 lines
375 B
Python

{
"targets": [
{
"target_name": "tree_sitter_hurl_binding",
"include_dirs": [
"<!(node -e \"require('nan')\")",
"src"
],
"sources": [
"bindings/node/binding.cc",
"src/parser.c",
# If your language uses an external scanner, add it here.
],
"cflags_c": [
"-std=c99",
]
}
]
}