mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-03 09:29:38 +00:00
commit
f8178f2e54
1 changed files with 10 additions and 10 deletions
|
@ -74,19 +74,19 @@ if(APPLE OR (WIN32 AND NOT STATIC))
|
||||||
)
|
)
|
||||||
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||||
list(APPEND WIN_DEPLOY_DLLS
|
list(APPEND WIN_DEPLOY_DLLS
|
||||||
libicudtd71.dll
|
libicudtd72.dll
|
||||||
libicuind71.dll
|
libicuind72.dll
|
||||||
libicuiod71.dll
|
libicuiod72.dll
|
||||||
libicutud71.dll
|
libicutud72.dll
|
||||||
libicuucd71.dll
|
libicuucd72.dll
|
||||||
)
|
)
|
||||||
else() # assume release
|
else() # assume release
|
||||||
list(APPEND WIN_DEPLOY_DLLS
|
list(APPEND WIN_DEPLOY_DLLS
|
||||||
libicudt71.dll
|
libicudt72.dll
|
||||||
libicuin71.dll
|
libicuin72.dll
|
||||||
libicuio71.dll
|
libicuio72.dll
|
||||||
libicutu71.dll
|
libicutu72.dll
|
||||||
libicuuc71.dll
|
libicuuc72.dll
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
list(TRANSFORM WIN_DEPLOY_DLLS PREPEND "$ENV{MSYSTEM_PREFIX}/bin/")
|
list(TRANSFORM WIN_DEPLOY_DLLS PREPEND "$ENV{MSYSTEM_PREFIX}/bin/")
|
||||||
|
|
Loading…
Reference in a new issue