From 924bf0f669cde20b414cd9f12e72750ca5fdbbaf Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 11 Jul 2017 00:20:31 +1200 Subject: Changed build system to meson --- util/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 util/CMakeLists.txt (limited to 'util') 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) -- cgit v1.2.3