mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
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:
parent
435d5f5436
commit
ffa49cfd34
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ pkg_config_library(LIBGIT2 libgit2 REQUIRED)
|
||||||
pkg_config_library(LIBMDB libmdb REQUIRED)
|
pkg_config_library(LIBMDB libmdb REQUIRED)
|
||||||
pkg_config_library(LIBDC libdivecomputer REQUIRED)
|
pkg_config_library(LIBDC libdivecomputer REQUIRED)
|
||||||
pkg_config_library(LIBFTDI libftdi1 QUIET)
|
pkg_config_library(LIBFTDI libftdi1 QUIET)
|
||||||
|
pkg_config_library(LIBRAW libraw)
|
||||||
|
|
||||||
find_package(Qt5 REQUIRED COMPONENTS Core
|
find_package(Qt5 REQUIRED COMPONENTS Core
|
||||||
Concurrent
|
Concurrent
|
||||||
|
|
Loading…
Reference in a new issue