This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
AsaJS/binding.gyp
2026-01-18 21:51:52 +07:00

20 lines
454 B
Python

{
"targets": [
{
"target_name": "asajs-compiler",
"sources": [
"src/native/main.cpp",
],
"dependencies": [
"<!(node -p \"require('node-addon-api').targets\"):node_addon_api",
],
"msvs_settings": {
"VCCLCompilerTool": {
"LanguageStandard": "stdcpp20"
}
}
}
]
}