X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=cli%2FCMakeLists.txt;h=a01d3aed11e72b0da42276c3552e8935b525787c;hb=e7102bf755210f9e215fb048b637dda6bab96334;hp=a0ffb71e5d629bcadcfee97b27879f4becf5da0d;hpb=da96cbf5aa49ea70ea5516039c6997e9242a5be0;p=apitrace diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt index a0ffb71..a01d3ae 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -8,14 +8,14 @@ add_executable (apitrace cli_pager.cpp cli_pickle.cpp cli_repack.cpp - cli_replay.cpp + cli_retrace.cpp cli_trace.cpp cli_trim.cpp + cli_resources.cpp ) target_link_libraries (apitrace common - ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} ${SNAPPY_LIBRARIES} ${GETOPT_LIBRARIES}