node/test/node-api/test_sea_addon/binding.gyp
Joyee Cheung 61cf89cb35
doc,test: add documentation and test on how to use addons in SEA
PR-URL: https://github.com/nodejs/node/pull/59582
Fixes: https://github.com/nodejs/node/issues/60611
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2025-11-17 04:41:11 +00:00

8 lines
100 B
Python

{
"targets": [
{
"target_name": "binding",
"sources": [ "binding.c" ]
}
]
}