diff options
Diffstat (limited to 'render/CMakeLists.txt')
-rw-r--r-- | render/CMakeLists.txt | 3 |
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 +) |