mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
31 lines
421 B
Plaintext
31 lines
421 B
Plaintext
|
|
# Copyright 2014 Ben Vanik. All Rights Reserved.
|
||
|
|
{
|
||
|
|
'sources': [
|
||
|
|
'poly-private.h',
|
||
|
|
'poly.cc',
|
||
|
|
'poly.h',
|
||
|
|
],
|
||
|
|
|
||
|
|
'conditions': [
|
||
|
|
['OS == "mac" or OS == "linux"', {
|
||
|
|
'sources': [
|
||
|
|
],
|
||
|
|
}],
|
||
|
|
['OS == "linux"', {
|
||
|
|
'sources': [
|
||
|
|
],
|
||
|
|
}],
|
||
|
|
['OS == "mac"', {
|
||
|
|
'sources': [
|
||
|
|
],
|
||
|
|
}],
|
||
|
|
['OS == "win"', {
|
||
|
|
'sources': [
|
||
|
|
],
|
||
|
|
}],
|
||
|
|
],
|
||
|
|
|
||
|
|
'includes': [
|
||
|
|
],
|
||
|
|
}
|