From 586eca0e4cd9481cabdd1cedef53145a0d07bc72 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 26 Apr 2017 10:07:32 -0400 Subject: Fix link to dotfiles, closes #1193 --- common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 11119eeb..4fa71f3a 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -10,6 +10,6 @@ add_library(sway-common STATIC util.c readline.c stringop.c - ) +) target_link_libraries(sway-common m) -- cgit v1.2.3-54-g00ecf