xenia/src/xdb/sources.gypi

15 lines
198 B
Plaintext
Raw Normal View History

2014-08-09 19:32:16 +02:00
# Copyright 2014 Ben Vanik. All Rights Reserved.
{
'sources': [
'protocol.h',
2014-08-09 19:32:16 +02:00
'xdb.cc',
'xdb.h',
2014-08-15 05:36:00 +02:00
'xdb_app.cc',
'xdb_app.h',
2014-08-09 19:32:16 +02:00
],
'includes': [
2014-08-15 05:36:00 +02:00
'ui/sources.gypi',
2014-08-09 19:32:16 +02:00
],
}