tree-sitter-bp/binding.gyp

20 lines
380 B
Plaintext
Raw Normal View History

2024-04-07 20:59:34 +02:00
{
"targets": [
{
"target_name": "tree_sitter_blueprint_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",
]
}
]
}