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