From 513df38fd37bfa2eef80e889cccd39505635d5df Mon Sep 17 00:00:00 2001 From: Bernd Waibel Date: Sun, 15 Sep 2019 22:37:28 +0200 Subject: [PATCH] CMakeLists.txt: add sc library When using p4est add also libsc to the list of libraries. Signed-off-by: Bernd Waibel --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 081f512..18c7d50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -864,6 +864,7 @@ if(ENABLE_P4EST) set_config_option(HAVE_P4EST "p4est") list(APPEND EXTERNAL_LIBRARIES ${P4EST_LIB}) list(APPEND EXTERNAL_LIBRARIES ${POPPLER_CPP_LIB}) + list(APPEND EXTERNAL_LIBRARIES sc) list(APPEND EXTERNAL_INCLUDES ${P4EST_INC}) endif() endif() -- 2.22.0