]> git.cworth.org Git - apitrace/blobdiff - cli/CMakeLists.txt
image: Move image code into its own module.
[apitrace] / cli / CMakeLists.txt
index a6fc3a6d3abe6ca3088180cf3566bdf5c7ae0b5d..a01d3aed11e72b0da42276c3552e8935b525787c 100644 (file)
@@ -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}