mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 10:23:47 +01:00
Copy zlib and freetype dll to windows package too
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user