summaryrefslogtreecommitdiffstats
path: root/cmake/scripts/windowsstore/Macros.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/scripts/windowsstore/Macros.cmake')
-rw-r--r--cmake/scripts/windowsstore/Macros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/scripts/windowsstore/Macros.cmake b/cmake/scripts/windowsstore/Macros.cmake
index de89c62..c8cb960 100644
--- a/cmake/scripts/windowsstore/Macros.cmake
+++ b/cmake/scripts/windowsstore/Macros.cmake
@@ -112,7 +112,7 @@ endmacro()
112 112
113macro(winstore_append_props target) 113macro(winstore_append_props target)
114 # exclude debug dlls from packaging 114 # exclude debug dlls from packaging
115 set(DEBUG_DLLS zlibd.dll freetyped.dll sqlite3d.dll) 115 set(DEBUG_DLLS zlibd.dll)
116 foreach(_dll ${DEBUG_DLLS}) 116 foreach(_dll ${DEBUG_DLLS})
117 if (DEBUG_DLLS_EXCLUDE) 117 if (DEBUG_DLLS_EXCLUDE)
118 list(APPEND DEBUG_DLLS_EXCLUDE "\;$(BuildRootPath)/dlls/${_dll}") 118 list(APPEND DEBUG_DLLS_EXCLUDE "\;$(BuildRootPath)/dlls/${_dll}")