mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
36 lines
621 B
Python
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',
|
|
],
|
|
}
|