mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
17 lines
256 B
Python
17 lines
256 B
Python
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
|
{
|
|
'sources': [
|
|
'assembler.cc',
|
|
'assembler.h',
|
|
'backend.cc',
|
|
'backend.h',
|
|
'machine_info.h',
|
|
'tracing.h',
|
|
],
|
|
|
|
'includes': [
|
|
'ivm/sources.gypi',
|
|
'x64/sources.gypi',
|
|
],
|
|
}
|