xenia/src/xenia/sources.gypi
2014-07-17 19:20:17 -07:00

36 lines
621 B
Python

# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'common.h',
'config.h',
'core.h',
'emulator.cc',
'emulator.h',
'export_resolver.cc',
'export_resolver.h',
'logging.cc',
'logging.h',
'malloc.cc',
'malloc.h',
'platform.cc',
'platform.h',
'profiling.cc',
'profiling.h',
'string.cc',
'string.h',
'types.h',
'xbox.h',
'xenia.h',
],
'includes': [
'apu/sources.gypi',
'core/sources.gypi',
'cpu/sources.gypi',
'gpu/sources.gypi',
'hid/sources.gypi',
'kernel/sources.gypi',
'ui/sources.gypi',
],
}