[MESA]
[reactos.git] / reactos / dll / opengl / 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 attrib.c
9 arrayobj.c
10 blend.c
11 bufferobj.c
12 buffers.c
13 clear.c
14 clip.c
15 colortab.c
16 context.c
17 convolve.c
18 cpuinfo.c
19 depth.c
20 dlist.c
21 dlopen.c
22 drawpix.c
23 enable.c
24 enums.c
25 eval.c
26 execmem.c
27 extensions.c
28 feedback.c
29 fog.c
30 formats.c
31 format_pack.c
32 format_unpack.c
33 framebuffer.c
34 get.c
35 getstring.c
36 hash.c
37 hint.c
38 histogram.c
39 image.c
40 imports.c
41 light.c
42 lines.c
43 matrix.c
44 mm.c
45 multisample.c
46 pack.c
47 pbo.c
48 pixel.c
49 pixelstore.c
50 pixeltransfer.c
51 points.c
52 polygon.c
53 rastpos.c
54 readpix.c
55 renderbuffer.c
56 scissor.c
57 shared.c
58 state.c
59 stencil.c
60 texenv.c
61 texformat.c
62 texgen.c
63 texgetimage.c
64 teximage.c
65 texobj.c
66 texpal.c
67 texparam.c
68 texstate.c
69 texstorage.c
70 texstore.c
71 texturebarrier.c
72 varray.c
73 version.c
74 viewport.c
75 vtxfmt.c
76 )
77
78 add_library(mesa_main STATIC ${SOURCE})