summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatar robotanarchy <robotanarchy@bingo-ev.de>2015-12-21 19:01:17 +0100
committerLibravatar robotanarchy <robotanarchy@bingo-ev.de>2015-12-21 19:01:17 +0100
commit94cac7a0149a8c1c48f33b0a8140edec5581ce64 (patch)
tree285f92b207907fe8876a749c079ed56f6a3c7373 /common/CMakeLists.txt
parentremove unused execinfo.h include from debug_log.c (diff)
downloadsway-94cac7a0149a8c1c48f33b0a8140edec5581ce64.tar.gz
sway-94cac7a0149a8c1c48f33b0a8140edec5581ce64.tar.zst
sway-94cac7a0149a8c1c48f33b0a8140edec5581ce64.zip
use CMake's FindBacktrace for backtrace feature detection
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index a40f096d..95617e15 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -1,4 +1,5 @@
1add_library(sway-common 1add_library(sway-common
2 ${SWAY_Backtrace_HEADER}
2 ipc-client.c 3 ipc-client.c
3 list.c 4 list.c
4 log.c 5 log.c