]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
trace: Unwrap all args before serializing them.
[apitrace] / CMakeLists.txt
index 3ee670d08ba856916968bce4418f4716ec253b94..91f1b874321caea66abf4cec2ed5597748d68c87 100644 (file)
@@ -352,13 +352,18 @@ install (
         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}
 )
+if (WIN32)
+    install (
+        PROGRAMS scripts/convert.py
+        DESTINATION ${SCRIPTS_INSTALL_DIR}
+    )
+endif ()
 
 ##############################################################################
 # GUI