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