aboutsummaryrefslogtreecommitdiff
path: root/render/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'render/CMakeLists.txt')
-rw-r--r--render/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/render/CMakeLists.txt b/render/CMakeLists.txt
new file mode 100644
index 00000000..16d9e8d2
--- /dev/null
+++ b/render/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_library(wlr-render STATIC
+ matrix.c
+)