mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
Use system zlib
This commit is contained in:
parent
d250bf9262
commit
04bea1b10f
1 changed files with 5 additions and 0 deletions
|
@ -76,6 +76,9 @@ if (DHEWM3LIBS)
|
|||
endif()
|
||||
|
||||
# libs
|
||||
find_package(ZLIB REQUIRED)
|
||||
include_directories(${ZLIB_INCLUDE_DIRS})
|
||||
|
||||
find_package(JPEG REQUIRED)
|
||||
include_directories(${JPEG_INCLUDE_DIR})
|
||||
|
||||
|
@ -734,6 +737,7 @@ if (CORE)
|
|||
${VORBIS_LIBRARIES}
|
||||
${CURL_LIBRARY}
|
||||
${JPEG_LIBRARY}
|
||||
${ZLIB_LIBRARY}
|
||||
${SDL_LIBRARY}
|
||||
${sys_libs}
|
||||
)
|
||||
|
@ -765,6 +769,7 @@ if (DEDICATED)
|
|||
${VORBIS_LIBRARIES}
|
||||
${CURL_LIBRARY}
|
||||
${JPEG_LIBRARY}
|
||||
${ZLIB_LIBRARY}
|
||||
${SDL_LIBRARY}
|
||||
${sys_libs}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue