mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
23 lines
324 B
Plaintext
23 lines
324 B
Plaintext
|
|
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||
|
|
{
|
||
|
|
'targets': [
|
||
|
|
{
|
||
|
|
'target_name': 'alloy-sandbox',
|
||
|
|
'type': 'executable',
|
||
|
|
|
||
|
|
'dependencies': [
|
||
|
|
'alloy',
|
||
|
|
'xenia',
|
||
|
|
],
|
||
|
|
|
||
|
|
'include_dirs': [
|
||
|
|
'.',
|
||
|
|
],
|
||
|
|
|
||
|
|
'sources': [
|
||
|
|
'alloy-sandbox.cc',
|
||
|
|
],
|
||
|
|
},
|
||
|
|
],
|
||
|
|
}
|