xenia/src/xenia/gpu/sources.gypi

30 lines
516 B
Plaintext
Raw Normal View History

# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
2013-06-02 06:49:14 +02:00
'command_buffer.h',
2013-05-28 06:45:55 +02:00
'gpu-private.h',
'gpu.cc',
'gpu.h',
'graphics_driver.cc',
'graphics_driver.h',
2013-05-28 06:45:55 +02:00
'graphics_system.cc',
'graphics_system.h',
'ring_buffer_worker.cc',
'ring_buffer_worker.h',
2013-05-28 06:45:55 +02:00
],
'includes': [
'nop/sources.gypi',
2013-10-08 04:58:24 +02:00
'ucode/sources.gypi',
2013-06-02 06:49:14 +02:00
'xenos/sources.gypi',
2013-05-28 06:45:55 +02:00
],
'conditions': [
['OS == "win"', {
'includes': [
#'d3d11/sources.gypi',
2013-05-28 06:45:55 +02:00
],
}],
],
}