X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=cli%2FCMakeLists.txt;h=e2b4d720beed16d6ed12c705dba817cc146a9d3f;hb=2a5696befce6be00fa655b751af5ce2924ea45ae;hp=939019b39aeebeed98e41948335fd6455d1de499;hpb=175f5d675d1406dbbe08e60cfc71a347a6a37482;p=apitrace diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt index 939019b..e2b4d72 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -20,11 +20,11 @@ add_executable (apitrace cli_pickle.cpp cli_repack.cpp cli_retrace.cpp + cli_sed.cpp cli_trace.cpp cli_trim.cpp cli_resources.cpp trace_analyzer.cpp - trim_callset.cpp ) target_link_libraries (apitrace @@ -32,6 +32,7 @@ target_link_libraries (apitrace ${ZLIB_LIBRARIES} ${SNAPPY_LIBRARIES} ${GETOPT_LIBRARIES} + ${LIBBACKTRACE_LIBRARIES} ) if (NOT CMAKE_CROSSCOMPILING)