X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=CMakeLists.txt;h=91f1b874321caea66abf4cec2ed5597748d68c87;hb=beda15942ed212af4f2fa10def892afa3d1104e8;hp=c4c774820cd0f87e760c4f1b93db1ef5da19038c;hpb=f3fe75cfc6b9f5936fbc601542ec14aba129e20f;p=apitrace 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