xenia/tools/xenia-run/xenia-run.gypi
Ben Vanik 7e4a9220d7 Initial project skeleton.
This includes a working gyp-based build of an executable that uses LLVM.
2013-01-11 01:23:08 -08:00

22 lines
303 B
Python

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