File 0003-libveles_base-needs-zlib.patch of Package veles
From 96f1b002ede9b323b9af1cc25a7bbcc8120cf492 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@gmail.com>
Date: Wed, 26 Feb 2025 14:36:19 +0100
Subject: [PATCH 3/4] libveles_base needs zlib
---
CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e5f4392..de6b1f2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -343,6 +343,7 @@ add_library(veles_base
${FORMS}
qrc_veles.cpp
)
+target_link_libraries(veles_base ${ZLIB_LIBRARIES})
# Exe: Main executable
add_executable(main_exe
--
2.51.1