mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
Copy zlib and freetype dll to windows package too
This commit is contained in:
parent
1cc40c0a7c
commit
c39992e429
@ -689,6 +689,12 @@ if(WIN32)
|
||||
if(CURL_DLL)
|
||||
install(FILES ${CURL_DLL} DESTINATION ${BINDIR})
|
||||
endif()
|
||||
if (ZLIB_DLL)
|
||||
install(FILES ${ZLIB_DLL} DESTINATION ${BINDIR})
|
||||
endif()
|
||||
if(FREETYPE_DLL)
|
||||
install(FILES ${FREETYPE_DLL} DESTINATION ${BINDIR})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(BUILD_CLIENT)
|
||||
|
Loading…
Reference in New Issue
Block a user