reactos/dll/opengl/mesa/tnl/CMakeLists.txt
Hermès Bélusca-Maïto b819608ed8 Create a branch for console restructuration work.
svn path=/branches/condrv_restructure/; revision=63104
2014-05-02 14:13:40 +00:00

22 lines
372 B
CMake

list(APPEND SOURCE
t_context.c
t_draw.c
t_pipeline.c
t_rasterpos.c
t_vb_fog.c
t_vb_light.c
t_vb_normals.c
t_vb_points.c
t_vb_render.c
t_vb_texgen.c
t_vb_texmat.c
t_vb_vertex.c
t_vertex.c
t_vertex_generic.c
t_vertex_sse.c
precomp.h)
add_library(mesa_tnl STATIC ${SOURCE})
add_pch(mesa_tnl precomp.h SOURCE)