[MSHTML_WINETEST]
[reactos.git] / reactos / dll / opengl / mesa / swrast / CMakeLists.txt
1
2 list(APPEND SOURCE
3 s_aaline.c
4 s_aatriangle.c
5 s_alpha.c
6 s_bitmap.c
7 s_blend.c
8 s_clear.c
9 s_context.c
10 s_copypix.c
11 s_depth.c
12 s_drawpix.c
13 s_feedback.c
14 s_fog.c
15 s_lines.c
16 s_logic.c
17 s_masking.c
18 s_points.c
19 s_renderbuffer.c
20 s_span.c
21 s_stencil.c
22 s_texcombine.c
23 s_texfetch.c
24 s_texfilter.c
25 s_texture.c
26 s_triangle.c
27 s_zoom.c
28 )
29
30 add_library(mesa_swrast STATIC ${SOURCE})