wlroots/render/CMakeLists.txt

9 lines
140 B
CMake
Raw Normal View History

add_library(wlr-render STATIC
matrix.c
wlr_renderer.c
wlr_surface.c
gles3/shaders.c
gles3/renderer.c
gles3/surface.c
)