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