mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 10:59:00 +08:00
Merge pull request #8505 from karjonas/irrlicht_reorder
[irrlicht] Reorder link libraries
This commit is contained in:
commit
9d80a9226e
@ -79,9 +79,9 @@ else()
|
||||
endif()
|
||||
|
||||
target_link_libraries(Irrlicht PRIVATE
|
||||
${ZLIB_LIBRARY}
|
||||
${PNG_LIBRARY}
|
||||
${JPEG_LIBRARY}
|
||||
${ZLIB_LIBRARY}
|
||||
${BZIP2_LIBRARY}
|
||||
)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
Source: irrlicht
|
||||
Version: 1.8.4-2
|
||||
Version: 1.8.4-3
|
||||
Homepage: http://irrlicht.sourceforge.net
|
||||
Description: Irrlicht lightning fast 3d engine
|
||||
Build-Depends: zlib, libpng, bzip2, libjpeg-turbo
|
||||
|
Loading…
Reference in New Issue
Block a user