aboutsummaryrefslogtreecommitdiff
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorZandr Martin <zandrmartin@gmail.com>2016-07-30 18:50:13 -0500
committerZandr Martin <zandrmartin@gmail.com>2016-07-30 18:50:13 -0500
commit98aa59fdda5fcc9a589e93f7c6ef40d3eaee3972 (patch)
treea7acb9aab8520040d49be04184d70984a66b95e7 /common/CMakeLists.txt
parent2e4ece65da7e2afe5da1d3347c88bda48b1efa90 (diff)
implement solid color rendering for swaybg
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 9c2c0a99..3d6e0fb9 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -12,6 +12,8 @@ add_library(sway-common STATIC
stringop.c
)
+target_link_libraries(sway-common m)
+
if(Backtrace_FOUND)
set_target_properties(sway-common
PROPERTIES