if(NOT SCORE_MSSTORE_DEPLOYMENT) return() endif() file(CONFIGURE OUTPUT "${PROJECT_BINARY_DIR}/score.exe.manifest" CONTENT [=[ true/PM PerMonitorV2,PerMonitor true ]=] ) install( FILES "${PROJECT_BINARY_DIR}/score.exe.manifest" DESTINATION "." ) install( DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/Deployment/Windows/store/images" DESTINATION "." ) configure_file( "${CMAKE_CURRENT_LIST_DIR}/Deployment/Windows/store/manifests/Package.appxmanifest.in" "${PROJECT_BINARY_DIR}/manifests/Package.appxmanifest" ) install( FILES "${PROJECT_BINARY_DIR}/manifests/Package.appxmanifest" DESTINATION "manifests/" )