]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
scripts: Install all of them.
[apitrace] / CMakeLists.txt
index 3ec262946578cfa7707dbdbd9f58ff8fd2e0d63b..3ee670d08ba856916968bce4418f4716ec253b94 100644 (file)
@@ -348,9 +348,15 @@ endif ()
 
 install (
     PROGRAMS
-        ${CMAKE_CURRENT_SOURCE_DIR}/scripts/tracediff.py
-        ${CMAKE_CURRENT_SOURCE_DIR}/scripts/jsondiff.py
-        ${CMAKE_CURRENT_SOURCE_DIR}/scripts/snapdiff.py
+        scripts/highlight.py
+        scripts/jsondiff.py
+        scripts/profileshader.py
+        scripts/retracediff.py
+        scripts/samples.py
+        scripts/snapdiff.py
+        scripts/tracecheck.py
+        scripts/tracediff.py
+        scripts/unpickle.py
     DESTINATION ${SCRIPTS_INSTALL_DIR}
 )