X-Git-Url: https://git.cworth.org/git?p=apitrace;a=blobdiff_plain;f=CMakeLists.txt;h=3ee670d08ba856916968bce4418f4716ec253b94;hp=3ec262946578cfa7707dbdbd9f58ff8fd2e0d63b;hb=330135d22f875bc85f8441e501f97d8f4c55e498;hpb=8fae49d8ccee46f43bb06f035dd5b3ea105ba3aa diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ec2629..3ee670d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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} )