diff options
author | Alexander Monakov <amonakov@ispras.ru> | 2013-07-13 00:37:17 +0400 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2013-09-20 14:52:04 +0100 |
commit | 2a5696befce6be00fa655b751af5ce2924ea45ae (patch) | |
tree | a527159b9ff706d57f056ac03c5c633af15b5ced /cli | |
parent | a85c9e5b6c6be63a1c40f5be927fcec28f8255e4 (diff) |
common: dump backtrace on signals
Diffstat (limited to 'cli')
-rw-r--r-- | cli/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt index 299c3985..e2b4d720 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -32,6 +32,7 @@ target_link_libraries (apitrace ${ZLIB_LIBRARIES} ${SNAPPY_LIBRARIES} ${GETOPT_LIBRARIES} + ${LIBBACKTRACE_LIBRARIES} ) if (NOT CMAKE_CROSSCOMPILING) |