]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
scripts: New script to convert to PIX.
[apitrace] / CMakeLists.txt
index c4c774820cd0f87e760c4f1b93db1ef5da19038c..91f1b874321caea66abf4cec2ed5597748d68c87 100644 (file)
@@ -358,6 +358,12 @@ install (
         scripts/unpickle.py
     DESTINATION ${SCRIPTS_INSTALL_DIR}
 )
+if (WIN32)
+    install (
+        PROGRAMS scripts/convert.py
+        DESTINATION ${SCRIPTS_INSTALL_DIR}
+    )
+endif ()
 
 ##############################################################################
 # GUI