mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 11:24:02 +00:00
Make sure to also link against zlib.
This commit is contained in:
parent
9e625a4065
commit
662e3c8f57
1 changed files with 1 additions and 0 deletions
|
@ -31,4 +31,5 @@ ADD_LIBRARY(TexCompIO
|
|||
|
||||
IF( PNG_FOUND )
|
||||
TARGET_LINK_LIBRARIES( TexCompIO ${PNG_LIBRARY} )
|
||||
TARGET_LINK_LIBRARIES( TexCompIO ${ZLIB_LIBRARY} )
|
||||
ENDIF()
|
||||
|
|
Loading…
Reference in a new issue