]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
cli: Add a new "apitrace diff" command.
[apitrace] / CMakeLists.txt
index 9721cdc3e6c653a7f2ae0ea7de203c43522b6fde..39797a85e2a9ed8654375a1b48d0476ee86e902c 100755 (executable)
@@ -486,6 +486,11 @@ install (TARGETS glretrace RUNTIME DESTINATION bin)
 
 add_subdirectory(cli)
 
+##############################################################################
+# Scripts (to support the CLI)
+
+install (PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/scripts/tracediff.sh DESTINATION ${LIB_INSTALL_DIR}/scripts)
+
 ##############################################################################
 # GUI