build-system: add libraw to smtk2ssrf if main build uses libraw

Otherwise the link step will fail.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2024-09-10 13:54:41 -07:00 committed by Michael Keller
parent 435d5f5436
commit ffa49cfd34

View file

@ -35,6 +35,7 @@ pkg_config_library(LIBGIT2 libgit2 REQUIRED)
pkg_config_library(LIBMDB libmdb REQUIRED)
pkg_config_library(LIBDC libdivecomputer REQUIRED)
pkg_config_library(LIBFTDI libftdi1 QUIET)
pkg_config_library(LIBRAW libraw)
find_package(Qt5 REQUIRED COMPONENTS Core
Concurrent