aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-07-11 00:20:31 +1200
committerScott Anderson <ascent12@hotmail.com>2017-07-11 00:28:56 +1200
commit924bf0f669cde20b414cd9f12e72750ca5fdbbaf (patch)
treeeedb833983f05b26f09236c7a9bd74d908d3a354 /util
parent8189c64d7f07a756abf5a6189719f02b2f1af967 (diff)
Changed build system to meson
Diffstat (limited to 'util')
-rw-r--r--util/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/util/CMakeLists.txt b/util/CMakeLists.txt
deleted file mode 100644
index 5a057889..00000000
--- a/util/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-add_library(wlr-util STATIC
- list.c
- log.c
-)
-
-target_link_libraries(wlr-util m)