From e8bb570e1d626e930cb5daafa9ea708205628880 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 4 Feb 2024 17:24:40 +0100 Subject: [PATCH] add find package for magick core --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2fe791c..2429d5c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,6 +5,7 @@ project("kds_s2000w_net" VERSION "0.0.1") find_library(SANE NAMES sane REQUIRED) find_package(CURL REQUIRED) find_package(JSON-C REQUIRED) +find_package(ImageMagick COMPONENTS MagickCore REQUIRED) add_library("sane-kds_s2000w_net" SHARED -- 2.39.5