Screw convention; moving include files alongside source files.
They now will show up in xcode/etc.
This commit is contained in:
17
src/xenia/dbg/sources.gypi
Normal file
17
src/xenia/dbg/sources.gypi
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'sources': [
|
||||
'client.cc',
|
||||
'client.h',
|
||||
'content_source.cc',
|
||||
'content_source.h',
|
||||
'debugger.cc',
|
||||
'debugger.h',
|
||||
'listener.cc',
|
||||
'listener.h',
|
||||
'ws_client.cc',
|
||||
'ws_client.h',
|
||||
'ws_listener.cc',
|
||||
'ws_listener.h',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user