[MESA]
[reactos.git] / reactos / dll / opengl / mesa / src / mesa / main / CMakeLists.txt
1
2 list(APPEND SOURCE
3 api_arrayelt.c
4 api_exec.c
5 # api_exec_es1.c
6 # api_exec_es2.c
7 api_loopback.c
8 api_validate.c
9 accum.c
10 arbprogram.c
11 atifragshader.c
12 attrib.c
13 arrayobj.c
14 blend.c
15 bufferobj.c
16 buffers.c
17 clear.c
18 clip.c
19 colortab.c
20 condrender.c
21 context.c
22 convolve.c
23 cpuinfo.c
24 debug.c
25 depth.c
26 dlist.c
27 dlopen.c
28 drawpix.c
29 drawtex.c
30 enable.c
31 enums.c
32 eval.c
33 execmem.c
34 extensions.c
35 fbobject.c
36 feedback.c
37 ff_fragment_shader.cpp
38 ffvertex_prog.c
39 fog.c
40 formats.c
41 format_pack.c
42 format_unpack.c
43 framebuffer.c
44 get.c
45 getstring.c
46 hash.c
47 hint.c
48 histogram.c
49 image.c
50 imports.c
51 light.c
52 lines.c
53 matrix.c
54 mipmap.c
55 mm.c
56 multisample.c
57 nvprogram.c
58 pack.c
59 pbo.c
60 pixel.c
61 pixelstore.c
62 pixeltransfer.c
63 points.c
64 polygon.c
65 querymatrix.c
66 queryobj.c
67 rastpos.c
68 readpix.c
69 remap.c
70 renderbuffer.c
71 samplerobj.c
72 scissor.c
73 shaderapi.c
74 shaderobj.c
75 shader_query.cpp
76 shared.c
77 state.c
78 stencil.c
79 syncobj.c
80 texcompress.c
81 texcompress_rgtc.c
82 texcompress_s3tc.c
83 texcompress_fxt1.c
84 texcompress_etc.c
85 texenv.c
86 texformat.c
87 texgen.c
88 texgetimage.c
89 teximage.c
90 texobj.c
91 texpal.c
92 texparam.c
93 texstate.c
94 texstorage.c
95 texstore.c
96 texturebarrier.c
97 transformfeedback.c
98 uniform_query.cpp
99 uniforms.c
100 varray.c
101 version.c
102 viewport.c
103 vtxfmt.c
104 )
105
106 add_library(mesa_main STATIC ${SOURCE})