wlroots-hyprland/render/CMakeLists.txt

10 lines
157 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
2017-06-09 16:28:50 +02:00
gles3/util.c
)