reactos/dll/opengl/mesa/swrast_setup/CMakeLists.txt
Pierre Schweitzer 321bcc056d Create the AHCI branch for Aman's work
svn path=/branches/GSoC_2016/AHCI/; revision=71203
2016-04-24 20:17:09 +00:00

8 lines
145 B
CMake

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