Files
Xenia-Canary/src/alloy/frontend/ppc/test/test.gypi

29 lines
426 B
Python

# Copyright 2014 Ben Vanik. All Rights Reserved.
{
'targets': [
{
'target_name': 'alloy-ppc-test',
'type': 'executable',
'msvs_settings': {
'VCLinkerTool': {
'SubSystem': '1',
},
},
'dependencies': [
'alloy',
'xenia',
],
'include_dirs': [
'.',
],
'sources': [
'alloy-ppc-test.cc',
],
},
],
}