mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
22 lines
299 B
Python
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',
|
|
],
|
|
},
|
|
],
|
|
}
|