xenia/src/xenia/gpu/sources.gypi

23 lines
331 B
Plaintext
Raw Normal View History

# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
2013-05-28 06:45:55 +02:00
'gpu-private.h',
'gpu.cc',
'gpu.h',
2013-05-28 06:45:55 +02:00
'graphics_system.cc',
'graphics_system.h',
],
'includes': [
'nop/sources.gypi',
],
'conditions': [
['OS == "win"', {
'includes': [
'd3d11/sources.gypi',
],
}],
],
}