[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 pixel.c
48 pixelstore.c
49 pixeltransfer.c
50 points.c
51 polygon.c
52 rastpos.c
53 readpix.c
54 renderbuffer.c
55 scissor.c
56 shared.c
57 state.c
58 stencil.c
59 texenv.c
60 texformat.c
61 texgen.c
62 texgetimage.c
63 teximage.c
64 texobj.c
65 texpal.c
66 texparam.c
67 texstate.c
68 texstorage.c
69 texstore.c
70 texturebarrier.c
71 varray.c
72 version.c
73 viewport.c
74 vtxfmt.c
75 )
76
77 add_library(mesa_main STATIC ${SOURCE})