Files
Kmake/test/js-native-api/test_new_target/binding.gyp
2026-05-26 23:36:42 -07:00

12 lines
180 B
Python

{
'targets': [
{
'target_name': 'test_new_target',
'defines': [ 'V8_DEPRECATION_WARNINGS=1' ],
'sources': [
'test_new_target.c'
]
}
]
}