X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=cli%2FCMakeLists.txt;h=a01d3aed11e72b0da42276c3552e8935b525787c;hb=e7102bf755210f9e215fb048b637dda6bab96334;hp=ed998810925b686cbbc840673b1d3e0a20eefbf8;hpb=3320d024ed6c0b56bda93ca876d8aec9729d7771;p=apitrace diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt index ed99881..a01d3ae 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -11,11 +11,11 @@ add_executable (apitrace 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}