mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
cmake: bump windows deploy lib versions
This commit is contained in:
parent
0468e0e43a
commit
85dff323c8
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
|
||||||
libicudtd68.dll
|
libicudtd69.dll
|
||||||
libicuind68.dll
|
libicuind69.dll
|
||||||
libicuiod68.dll
|
libicuiod69.dll
|
||||||
libicutud68.dll
|
libicutud69.dll
|
||||||
libicuucd68.dll
|
libicuucd69.dll
|
||||||
)
|
)
|
||||||
else() # assume release
|
else() # assume release
|
||||||
list(APPEND WIN_DEPLOY_DLLS
|
list(APPEND WIN_DEPLOY_DLLS
|
||||||
libicudt68.dll
|
libicudt69.dll
|
||||||
libicuin68.dll
|
libicuin69.dll
|
||||||
libicuio68.dll
|
libicuio69.dll
|
||||||
libicutu68.dll
|
libicutu69.dll
|
||||||
libicuuc68.dll
|
libicuuc69.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