aboutsummaryrefslogtreecommitdiff
path: root/util/CMakeLists.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-08-05 18:26:13 -0400
committerGitHub <noreply@github.com>2017-08-05 18:26:13 -0400
commitd6d1d57c69daf301bbefe76b81d8fb12f54a2812 (patch)
tree6980684640b9089bed5324388386427fbca63fdf /util/CMakeLists.txt
parentce886c03539319f7b3327a4adde3c912e349e0f4 (diff)
parentfdab81e1c95f872e61ab6ff4be65f09fe552f6f2 (diff)
Merge pull request #31 from nyorain/merged
Use meson as build system
Diffstat (limited to 'util/CMakeLists.txt')
-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)