]> git.cworth.org Git - apitrace/blobdiff - cli/CMakeLists.txt
cli: Add a new "apitrace diff" command.
[apitrace] / cli / CMakeLists.txt
index c41cdb4bdec51e7633380c21aa5d5be4be0bde66..89bd0540d84c06e6614c1e45653c282e04b036f5 100644 (file)
@@ -1,6 +1,8 @@
 add_executable (apitrace
     cli_main.cpp
+    cli_diff.cpp
     cli_dump.cpp
+    cli_trace.cpp
 )
 
 install (TARGETS apitrace RUNTIME DESTINATION bin)