X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=cli%2FCMakeLists.txt;h=a6fc3a6d3abe6ca3088180cf3566bdf5c7ae0b5d;hb=e7cb2b98575d5ff3801bd3527a648e0dbfdebdad;hp=3cdf52cabe081d9d1c0567deeedf16ae514b9102;hpb=48412ffde3dd4710c96d5e8d9cfdf1789e4d703a;p=apitrace diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt index 3cdf52c..a6fc3a6 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -4,9 +4,20 @@ add_executable (apitrace cli_diff_state.cpp cli_diff_images.cpp cli_dump.cpp + cli_dump_images.cpp cli_pager.cpp + cli_pickle.cpp cli_repack.cpp cli_trace.cpp + cli_trim.cpp +) + +target_link_libraries (apitrace + common + ${PNG_LIBRARIES} + ${ZLIB_LIBRARIES} + ${SNAPPY_LIBRARIES} + ${GETOPT_LIBRARIES} ) install (TARGETS apitrace RUNTIME DESTINATION bin)