Screw convention; moving include files alongside source files.
They now will show up in xcode/etc.
This commit is contained in:
21
src/xenia/kernel/sources.gypi
Normal file
21
src/xenia/kernel/sources.gypi
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'sources': [
|
||||
'export.cc',
|
||||
'export.h',
|
||||
'kernel.h',
|
||||
'kernel_module.h',
|
||||
'runtime.cc',
|
||||
'runtime.h',
|
||||
'shim_utils.h',
|
||||
'xbox.h',
|
||||
'xex2.cc',
|
||||
'xex2.h',
|
||||
'xex2_info.h',
|
||||
],
|
||||
|
||||
'includes': [
|
||||
'fs/sources.gypi',
|
||||
'modules/sources.gypi',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user