diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-28 09:14:46 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-28 09:14:46 -0500 |
commit | e363546b697a90cc895955191bff6d95e5b4012c (patch) | |
tree | e2b6cf26300cf6b1ef1f6fe333a47d6b165e51fe /sway/CMakeLists.txt | |
parent | 97a4f7ceac99bdac80acbaab2ef22b86efe9453c (diff) | |
parent | b18f0042103b8475b5be754bec9209c2ac512a56 (diff) |
Merge pull request #414 from sce/fix_layout_calc
Fix layout calculations
Diffstat (limited to 'sway/CMakeLists.txt')
-rw-r--r-- | sway/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt index 259e9ab3..23829dc3 100644 --- a/sway/CMakeLists.txt +++ b/sway/CMakeLists.txt @@ -32,6 +32,7 @@ target_link_libraries(sway ${PCRE_LIBRARIES} ${JSONC_LIBRARIES} ${WAYLAND_SERVER_LIBRARIES} + m ) install( |