diff options
Diffstat (limited to 'cmake/scripts/windowsstore/Macros.cmake')
| -rw-r--r-- | cmake/scripts/windowsstore/Macros.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/scripts/windowsstore/Macros.cmake b/cmake/scripts/windowsstore/Macros.cmake index 6e7d1d0..7240138 100644 --- a/cmake/scripts/windowsstore/Macros.cmake +++ b/cmake/scripts/windowsstore/Macros.cmake | |||
| @@ -128,7 +128,8 @@ macro(winstore_append_props target) | |||
| 128 | endforeach(_dll DEBUG_DLLS) | 128 | endforeach(_dll DEBUG_DLLS) |
| 129 | 129 | ||
| 130 | add_deployment_content_group($(BuildRootPath)/dlls "" *.dll "${DEBUG_DLLS_EXCLUDE}") | 130 | add_deployment_content_group($(BuildRootPath)/dlls "" *.dll "${DEBUG_DLLS_EXCLUDE}") |
| 131 | add_deployment_content_group($(BuildRootPath)/system system **/* "$(BuildRootPath)/**/*.glsl") | 131 | add_deployment_content_group($(BuildRootPath)/system system **/* "$(BuildRootPath)/**/shaders/**") |
| 132 | add_deployment_content_group($(BuildRootPath)/system/shaders system/shaders **/*.fx "") | ||
| 132 | add_deployment_content_group($(BuildRootPath)/media media **/* "") | 133 | add_deployment_content_group($(BuildRootPath)/media media **/* "") |
| 133 | add_deployment_content_group($(BuildRootPath)/userdata userdata **/* "") | 134 | add_deployment_content_group($(BuildRootPath)/userdata userdata **/* "") |
| 134 | add_deployment_content_group($(BuildRootPath)/addons addons **/* "") | 135 | add_deployment_content_group($(BuildRootPath)/addons addons **/* "") |
