]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
Add a top-level apitrace program.
[apitrace] / CMakeLists.txt
index 3066b62c3d06c90f8cf92bf7dc82a409ddc63eb1..82cad7ef7399b725c014f70d2d95eb3e1b2ba199 100755 (executable)
@@ -231,8 +231,8 @@ set_target_properties (common PROPERTIES
 link_libraries (common)
 
 add_executable (tracedump tracedump.cpp)
-install (TARGETS tracedump RUNTIME DESTINATION bin) 
 
+install (TARGETS tracedump RUNTIME DESTINATION bin)
 
 ##############################################################################
 # API tracers
@@ -447,6 +447,10 @@ endif ()
 
 install (TARGETS glretrace RUNTIME DESTINATION bin) 
 
+##############################################################################
+# CLI
+
+add_subdirectory(cli)
 
 ##############################################################################
 # GUI