Starting revival of debugger system. Work on #41.
This commit is contained in:
15
src/xenia/debug/sources.gypi
Normal file
15
src/xenia/debug/sources.gypi
Normal file
@@ -0,0 +1,15 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'sources': [
|
||||
'debug_client.cc',
|
||||
'debug_client.h',
|
||||
'debug_server.cc',
|
||||
'debug_server.h',
|
||||
'protocol.cc',
|
||||
'protocol.h',
|
||||
],
|
||||
|
||||
'includes': [
|
||||
'protocols/sources.gypi',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user