mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 00:23:55 -07:00
Added appveyor script
This commit is contained in:
parent
d55e44ea60
commit
8e348455f9
3 changed files with 85 additions and 4 deletions
|
|
@ -214,10 +214,13 @@ IF(WIN32)
|
|||
set(qtconf_dest_dir .)
|
||||
list(APPEND libSearchDirs ${QT_LIBRARY_DIR})
|
||||
IF(ZLIB_FOUND)
|
||||
# look for dll in the bin/ directory (gnuwin32 package)
|
||||
get_filename_component(ZLIB_DLL_DIR "${ZLIB_INCLUDE_DIRS}/../bin/" REALPATH)
|
||||
list(APPEND libSearchDirs ${ZLIB_DLL_DIR})
|
||||
# look for dll in the lib/ directory (nuget package)
|
||||
get_filename_component(ZLIB_DLL_DIR "${ZLIB_LIBRARY}" DIRECTORY)
|
||||
list(APPEND libSearchDirs ${ZLIB_DLL_DIR})
|
||||
ENDIF()
|
||||
MESSAGE(STATUS "Oracle: ZLIB dll found at ${ZLIB_DLL_DIR}")
|
||||
|
||||
# qt4: codecs, iconengines, imageformats
|
||||
# qt5: iconengines, imageformats, platforms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue