]> git.cworth.org Git - apitrace/blobdiff - cli/CMakeLists.txt
Abstract execv().
[apitrace] / cli / CMakeLists.txt
index c25b4ce793f44c7ecc2e25ceed33853362c5d9e3..36a9d2620969296f9d99374311c9a059f61ea1f0 100644 (file)
@@ -1,5 +1,9 @@
 add_executable (apitrace
-  apitrace.cpp
-  apitrace_dump.cpp)
+    cli_main.cpp
+    cli_diff.cpp
+    cli_diff_state.cpp
+    cli_dump.cpp
+    cli_trace.cpp
+)
 
 install (TARGETS apitrace RUNTIME DESTINATION bin)