xenia/tools/xenia-run/xenia-run.gypi
Ben Vanik 88431eadce Screw convention; moving include files alongside source files.
They now will show up in xcode/etc.
2013-02-06 02:19:50 -08:00

22 lines
299 B
Python

# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'targets': [
{
'target_name': 'xenia-run',
'type': 'executable',
'dependencies': [
'xenia',
],
'include_dirs': [
'.',
],
'sources': [
'xenia-run.cc',
],
},
],
}