diff options
author | Nicky <nicky.dasmijn@posteo.nl> | 2024-08-21 12:26:49 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@posteo.nl> | 2024-08-21 12:26:49 +0200 |
commit | 2b354497c8f35b7832d1a5e310dd2096ab8c95f8 (patch) | |
tree | d6c01be1abb180ad2efeeee7406bf390d411c284 /indra/llwindow | |
parent | 0fd5efbb2bd5f50dcb7228676bc4ce5c288da8e5 (diff) |
Add zlib-ng as a dependency (for libpng).
Diffstat (limited to 'indra/llwindow')
-rw-r--r-- | indra/llwindow/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llwindow/CMakeLists.txt b/indra/llwindow/CMakeLists.txt index 9ebd6ef0b0..55f97b33c5 100644 --- a/indra/llwindow/CMakeLists.txt +++ b/indra/llwindow/CMakeLists.txt @@ -58,6 +58,7 @@ set(llwindow_LINK_LIBRARIES ll::glext ll::uilibraries ll::SDL + ll::zlib-ng ) # Libraries on which this library depends, needed for Linux builds |