mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-16 06:15:06 -05: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)
|
if(CURL_DLL)
|
||||||
install(FILES ${CURL_DLL} DESTINATION ${BINDIR})
|
install(FILES ${CURL_DLL} DESTINATION ${BINDIR})
|
||||||
endif()
|
endif()
|
||||||
|
if (ZLIB_DLL)
|
||||||
|
install(FILES ${ZLIB_DLL} DESTINATION ${BINDIR})
|
||||||
|
endif()
|
||||||
|
if(FREETYPE_DLL)
|
||||||
|
install(FILES ${FREETYPE_DLL} DESTINATION ${BINDIR})
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(BUILD_CLIENT)
|
if(BUILD_CLIENT)
|
||||||
|
Loading…
Reference in New Issue
Block a user