From 360e13eff4710ce29fe6b69f0b8affab65df8a0c Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Sun, 19 Oct 2025 08:47:42 +0000 Subject: [PATCH] Set ICU include flags in cmake. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fcba7cc4..363c0489 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -137,6 +137,7 @@ endif() # ICU find_package(ICU COMPONENTS i18n io uc REQUIRED) +include_directories(${ICU_INCLUDE_DIRS}) # utf8cpp / utfcpp find_path(UTFCPP_INCLUDE_DIRS utf8.h PATH_SUFFIXES utf8cpp utfcpp utf8 REQUIRED)