HID system skeleton.
This commit is contained in:
24
src/xenia/hid/sources.gypi
Normal file
24
src/xenia/hid/sources.gypi
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'sources': [
|
||||
'hid-private.h',
|
||||
'hid.cc',
|
||||
'hid.h',
|
||||
'input_driver.cc',
|
||||
'input_driver.h',
|
||||
'input_system.cc',
|
||||
'input_system.h',
|
||||
],
|
||||
|
||||
'includes': [
|
||||
'nop/sources.gypi',
|
||||
],
|
||||
|
||||
'conditions': [
|
||||
['OS == "win"', {
|
||||
'includes': [
|
||||
'xinput/sources.gypi',
|
||||
],
|
||||
}],
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user