X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=cli%2FCMakeLists.txt;h=a01d3aed11e72b0da42276c3552e8935b525787c;hb=e7102bf755210f9e215fb048b637dda6bab96334;hp=a6fc3a6d3abe6ca3088180cf3566bdf5c7ae0b5d;hpb=e40a6ab0e01933c31a4e4701ea300736d7e3e32b;p=apitrace diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt index a6fc3a6..a01d3ae 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -8,13 +8,14 @@ add_executable (apitrace cli_pager.cpp cli_pickle.cpp cli_repack.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}