Files
Xenia-Canary/src/xenia/gpu/sources.gypi
Ben Vanik 88431eadce Screw convention; moving include files alongside source files.
They now will show up in xcode/etc.
2013-02-06 02:19:50 -08:00

8 lines
100 B
Python

# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'gpu.cc',
'gpu.h',
],
}