summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2017-04-26 10:07:32 -0400
committerFurkan Sahin <furkan-dev@proton.me>2017-04-26 10:07:32 -0400
commiteecd5a645563c4afee52d22f48ef64b36eea5af7 (patch)
tree6d982e40a70b10ba131b6d39b71e393d185aeb59 /common
parentf8305fca74079ea9beba3255a8b71e6bdeb022f0 (diff)
Fix link to dotfiles, closes #1193
Diffstat (limited to 'common')
-rw-r--r--common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)