Files
Xenia-Canary/src/xenia/sources.gypi
2014-08-21 20:26:55 -07:00

30 lines
530 B
Python

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