]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
apitrace: Replace tracedump program with new "apitrace dump" command
[apitrace] / CMakeLists.txt
index 3066b62c3d06c90f8cf92bf7dc82a409ddc63eb1..0b4ab84f20c1c6e7aa59ba65b42ff97d3a530bdd 100755 (executable)
@@ -230,10 +230,6 @@ set_target_properties (common PROPERTIES
 
 link_libraries (common)
 
-add_executable (tracedump tracedump.cpp)
-install (TARGETS tracedump RUNTIME DESTINATION bin) 
-
-
 ##############################################################################
 # API tracers
 
@@ -447,6 +443,10 @@ endif ()
 
 install (TARGETS glretrace RUNTIME DESTINATION bin) 
 
+##############################################################################
+# CLI
+
+add_subdirectory(cli)
 
 ##############################################################################
 # GUI