74cdec39f81a839466d885fd55a2f7440c80593f
[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 enable.c
26 enums.c
27 eval.c
28 execmem.c
29 extensions.c
30 fbobject.c
31 feedback.c
32 fog.c
33 formats.c
34 format_pack.c
35 format_unpack.c
36 framebuffer.c
37 get.c
38 getstring.c
39 hash.c
40 hint.c
41 histogram.c
42 image.c
43 imports.c
44 light.c
45 lines.c
46 matrix.c
47 mipmap.c
48 mm.c
49 multisample.c
50 pack.c
51 pbo.c
52 pixel.c
53 pixelstore.c
54 pixeltransfer.c
55 points.c
56 polygon.c
57 querymatrix.c
58 rastpos.c
59 readpix.c
60 renderbuffer.c
61 scissor.c
62 shaderapi.c
63 shaderobj.c
64 shader_query.cpp
65 shared.c
66 state.c
67 stencil.c
68 texcompress.c
69 texcompress_rgtc.c
70 texcompress_s3tc.c
71 texcompress_fxt1.c
72 texenv.c
73 texformat.c
74 texgen.c
75 texgetimage.c
76 teximage.c
77 texobj.c
78 texpal.c
79 texparam.c
80 texstate.c
81 texstorage.c
82 texstore.c
83 texturebarrier.c
84 uniform_query.cpp
85 uniforms.c
86 varray.c
87 version.c
88 viewport.c
89 vtxfmt.c
90 )
91
92 add_library(mesa_main STATIC ${SOURCE})