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