mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Copy zlib and freetype dll to windows package too
This commit is contained in:
parent
1cc40c0a7c
commit
c39992e429
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue