mirror of https://github.com/Wilfred/difftastic/
22 lines
424 B
Python
22 lines
424 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "tree_sitter_ocaml_binding",
|
|
"include_dirs": [
|
|
"<!(node -e \"require('nan')\")",
|
|
"ocaml/src"
|
|
],
|
|
"sources": [
|
|
"ocaml/src/parser.c",
|
|
"ocaml/src/scanner.cc",
|
|
"interface/src/parser.c",
|
|
"interface/src/scanner.cc",
|
|
"bindings/node/binding.cc"
|
|
],
|
|
"cflags_c": [
|
|
"-std=c99",
|
|
]
|
|
},
|
|
]
|
|
}
|