From 4b0157fa984b109618dd1fdb8464f9cf20028617 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Mon, 26 Jul 2021 14:59:47 +0300 Subject: Depends: Even more build fixes --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b4b3a9c1..c5d5f610 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -321,6 +321,7 @@ if (ENABLE_HARFBUZZ AND HARFBUZZ_FOUND) target_link_libraries (app PUBLIC harfbuzz-lib) else () target_link_libraries (app PUBLIC ${HARFBUZZ_LIBRARIES}) + target_include_directories (app PUBLIC ${HARFBUZZ_INCLUDE_DIRS}) endif () target_compile_definitions (app PUBLIC LAGRANGE_ENABLE_HARFBUZZ=1) endif () -- cgit v1.2.3