]> git.cworth.org Git - apitrace/blobdiff - cli/CMakeLists.txt
Add new "apitrace diff-state" command
[apitrace] / cli / CMakeLists.txt
index 8772179867fdd473f9e7d79cc14b89723e886868..36a9d2620969296f9d99374311c9a059f61ea1f0 100644 (file)
@@ -1,3 +1,9 @@
-add_executable (apitrace apitrace.cpp)
+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)