Add wlr_shader to wlr-render

This commit is contained in:
Drew DeVault 2017-06-08 11:30:38 -04:00
parent fc1dc1b5b0
commit 211488131f
5 changed files with 167 additions and 47 deletions

View file

@ -1,3 +1,4 @@
add_library(wlr-render STATIC
matrix.c
shader.c
)