5f3fd24e3f5a67d057f969e3fc5b3ca6b1cafec3
[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_loopback.c
6 api_validate.c
7 accum.c
8 arbprogram.c
9 attrib.c
10 arrayobj.c
11 blend.c
12 bufferobj.c
13 buffers.c
14 clear.c
15 clip.c
16 colortab.c
17 context.c
18 convolve.c
19 cpuinfo.c
20 debug.c
21 depth.c
22 dlist.c
23 dlopen.c
24 drawpix.c
25 drawtex.c
26 enable.c
27 enums.c
28 eval.c
29 execmem.c
30 extensions.c
31 fbobject.c
32 feedback.c
33 ff_fragment_shader.cpp
34 ffvertex_prog.c
35 fog.c
36 formats.c
37 format_pack.c
38 format_unpack.c
39 framebuffer.c
40 get.c
41 getstring.c
42 hash.c
43 hint.c
44 histogram.c
45 image.c
46 imports.c
47 light.c
48 lines.c
49 matrix.c
50 mipmap.c
51 mm.c
52 multisample.c
53 pack.c
54 pbo.c
55 pixel.c
56 pixelstore.c
57 pixeltransfer.c
58 points.c
59 polygon.c
60 querymatrix.c
61 rastpos.c
62 readpix.c
63 renderbuffer.c
64 scissor.c
65 shaderapi.c
66 shaderobj.c
67 shader_query.cpp
68 shared.c
69 state.c
70 stencil.c
71 texcompress.c
72 texcompress_rgtc.c
73 texcompress_s3tc.c
74 texcompress_fxt1.c
75 texenv.c
76 texformat.c
77 texgen.c
78 texgetimage.c
79 teximage.c
80 texobj.c
81 texpal.c
82 texparam.c
83 texstate.c
84 texstorage.c
85 texstore.c
86 texturebarrier.c
87 uniform_query.cpp
88 uniforms.c
89 varray.c
90 version.c
91 viewport.c
92 vtxfmt.c
93 )
94
95 add_library(mesa_main STATIC ${SOURCE})