xenia/src/poly/sources.gypi

33 lines
455 B
Plaintext
Raw Normal View History

2014-07-10 07:05:41 +02:00
# Copyright 2014 Ben Vanik. All Rights Reserved.
{
'sources': [
'cxx_compat.h',
'math.h',
2014-07-10 07:05:41 +02:00
'poly-private.h',
'poly.cc',
'poly.h',
],
'conditions': [
['OS == "mac" or OS == "linux"', {
'sources': [
],
}],
['OS == "linux"', {
'sources': [
],
}],
['OS == "mac"', {
'sources': [
],
}],
['OS == "win"', {
'sources': [
],
}],
],
'includes': [
],
}