From 8f74c959a79517404a50e94e8b070b197103f721 Mon Sep 17 00:00:00 2001 From: omigamedev Date: Wed, 17 Jun 2026 15:04:31 +0200 Subject: [PATCH] Add legacy include roots to Apple platform target --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f8912d47..82a45201 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -267,6 +267,9 @@ endif() target_include_directories(pp_platform_apple PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/src") +target_include_directories(pp_platform_apple + PRIVATE + ${PP_LEGACY_INCLUDE_DIRS}) target_link_libraries(pp_platform_apple PUBLIC pp_platform_api