]> git.cworth.org Git - apitrace/blobdiff - cli/CMakeLists.txt
apitrace: Replace tracedump program with new "apitrace dump" command
[apitrace] / cli / CMakeLists.txt
index 8772179867fdd473f9e7d79cc14b89723e886868..c25b4ce793f44c7ecc2e25ceed33853362c5d9e3 100644 (file)
@@ -1,3 +1,5 @@
-add_executable (apitrace apitrace.cpp)
+add_executable (apitrace
+  apitrace.cpp
+  apitrace_dump.cpp)
 
 install (TARGETS apitrace RUNTIME DESTINATION bin)