diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-11-13 10:27:16 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-11-13 10:27:16 -0500 |
commit | c649f191933e84c9693553f361c994fb934a2795 (patch) | |
tree | 4d79677c15a8e5d3e1f914b763b5fc49db7fba37 /CMakeLists.txt | |
parent | 99e477b3bd1c97166513acb9e3037e9e473dd690 (diff) | |
download | swaybg-c649f191933e84c9693553f361c994fb934a2795.tar.gz swaybg-c649f191933e84c9693553f361c994fb934a2795.tar.bz2 |
Clean up some things better in wayland clients
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8da31fa..5a46ffb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ add_executable(swaybg ${common} ) -TARGET_LINK_LIBRARIES(swaybg ${WAYLAND_CLIENT_LIBRARIES} ${CAIRO_LIBRARIES} ${PANGO_LIBRARIES}) +TARGET_LINK_LIBRARIES(swaybg ${WAYLAND_CLIENT_LIBRARIES} ${CAIRO_LIBRARIES} ${PANGO_LIBRARIES} -lm) install( TARGETS swaybg |