reactos/dll/opengl/mesa/swrast_setup/CMakeLists.txt
Amine Khaldi 25445ea35f * Sync up to trunk head (r60691).
svn path=/branches/ntvdm/; revision=60692
2013-10-17 11:19:05 +00:00

7 lines
No EOL
105 B
CMake

list(APPEND SOURCE
ss_context.c
ss_triangle.c
)
add_library(mesa_swrast_setup STATIC ${SOURCE})