projects
/
giada.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31a50e8
)
link against system libpng/libjpeg
author
IOhannes m zmölnig
<umlaeute@debian.org>
Mon, 10 Jan 2022 08:13:23 +0000
(09:13 +0100)
committer
IOhannes m zmölnig (Debian/GNU)
<umlaeute@debian.org>
Mon, 10 Jan 2022 08:13:23 +0000
(09:13 +0100)
Forwarded: not-needed
Last-Update: 2021-12-20
Last-Update: 2021-12-20
Gbp-Pq: Name 06-system-jpg+png.patch
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index cbd2878a6170646b32bf2550ab247c0764d47ec3..ea955d044b397c7dbf47652a12881006539f18ac 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-385,6
+385,9
@@
else()
message("Libsamplerate library found in " ${LIBRARY_SAMPLERATE})
endif()
+pkg_check_modules(JpegPng IMPORTED_TARGET libjpeg libpng)
+list(APPEND LIBRARIES PkgConfig::JpegPng)
+
# Catch (if tests enabled)
if (WITH_TESTS)