]> git.cworth.org Git - apitrace/blobdiff - cli/CMakeLists.txt
Use a slightly different naming convention for cli source files.
[apitrace] / cli / CMakeLists.txt
index c25b4ce793f44c7ecc2e25ceed33853362c5d9e3..c41cdb4bdec51e7633380c21aa5d5be4be0bde66 100644 (file)
@@ -1,5 +1,6 @@
 add_executable (apitrace
-  apitrace.cpp
-  apitrace_dump.cpp)
+    cli_main.cpp
+    cli_dump.cpp
+)
 
 install (TARGETS apitrace RUNTIME DESTINATION bin)