reactos/dll/opengl/mesa/swrast_setup/CMakeLists.txt

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)