mirror of
https://github.com/rizinorg/cutter.git
synced 2024-11-26 22:31:08 +00:00
18 lines
384 B
Python
18 lines
384 B
Python
{
|
|
'includes': [
|
|
'../../../build/common.gypi',
|
|
],
|
|
'targets': [
|
|
{
|
|
'target_name': 'dump_syms',
|
|
'type': 'executable',
|
|
'sources': [
|
|
'dump_syms.cc',
|
|
],
|
|
'dependencies': [
|
|
'../../../common/windows/common_windows.gyp:common_windows_lib',
|
|
],
|
|
},
|
|
],
|
|
}
|