X-Git-Url: https://git.cworth.org/git?p=apitrace;a=blobdiff_plain;f=CMakeLists.txt;h=91f1b874321caea66abf4cec2ed5597748d68c87;hp=3ec262946578cfa7707dbdbd9f58ff8fd2e0d63b;hb=48c661ea6c0f2bd9b76a3385cd946b7d07bc9b5f;hpb=8fae49d8ccee46f43bb06f035dd5b3ea105ba3aa diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ec2629..91f1b87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -348,11 +348,22 @@ 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/snapdiff.py + scripts/tracecheck.py + scripts/tracediff.py + scripts/unpickle.py DESTINATION ${SCRIPTS_INSTALL_DIR} ) +if (WIN32) + install ( + PROGRAMS scripts/convert.py + DESTINATION ${SCRIPTS_INSTALL_DIR} + ) +endif () ############################################################################## # GUI