Screw convention; moving include files alongside source files.
They now will show up in xcode/etc.
This commit is contained in:
@@ -1,7 +1,28 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'sources': [
|
||||
'assert.h',
|
||||
'atomic.h',
|
||||
'byte_order.h',
|
||||
'common.h',
|
||||
'config.h',
|
||||
'core.h',
|
||||
'logging.cc',
|
||||
'logging.h',
|
||||
'malloc.cc',
|
||||
'malloc.h',
|
||||
'platform.h',
|
||||
'platform_includes.h',
|
||||
'string.h',
|
||||
'types.h',
|
||||
'xenia.h',
|
||||
],
|
||||
|
||||
'includes': [
|
||||
'core/sources.gypi',
|
||||
'cpu/sources.gypi',
|
||||
'dbg/sources.gypi',
|
||||
'gpu/sources.gypi',
|
||||
'kernel/sources.gypi',
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user