Files
bun.sh/bench/napi/create-double/binding.gyp
2025-04-04 13:19:27 -07:00

10 lines
134 B
Python

{
"targets": [
{
"target_name": "create-double",
"sources": [ "main.c" ],
"include_dirs": [ "." ]
}
]
}