X-Git-Url: https://git.cworth.org/git?p=apitrace;a=blobdiff_plain;f=CMakeLists.txt;h=91f1b874321caea66abf4cec2ed5597748d68c87;hp=c4c774820cd0f87e760c4f1b93db1ef5da19038c;hb=48c661ea6c0f2bd9b76a3385cd946b7d07bc9b5f;hpb=f3fe75cfc6b9f5936fbc601542ec14aba129e20f diff --git a/CMakeLists.txt b/CMakeLists.txt index c4c7748..91f1b87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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