gentl: Fix zlib path for Linux systems

This commit is contained in:
Joshua M. Doe
2021-09-21 16:34:20 -04:00
parent 1beddc703c
commit f4511c042a
3 changed files with 6 additions and 18 deletions

View File

@@ -23,7 +23,7 @@ target_link_libraries (${libname}
${GSTREAMER_LIBRARY}
${GSTREAMER_BASE_LIBRARY}
${GSTREAMER_VIDEO_LIBRARY}
${GSTREAMER_INCLUDE_DIR}/../../lib/z.lib
${ZLIB_LIBRARIES}
)
if (WIN32)