diff options
Diffstat (limited to 'render/CMakeLists.txt')
-rw-r--r-- | render/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/render/CMakeLists.txt b/render/CMakeLists.txt index 16d9e8d2..597077ed 100644 --- a/render/CMakeLists.txt +++ b/render/CMakeLists.txt @@ -1,3 +1,4 @@ add_library(wlr-render STATIC matrix.c + shader.c ) |