Add legacy include roots to Apple platform target

This commit is contained in:
2026-06-17 15:04:31 +02:00
parent d031e4c5fa
commit 8f74c959a7

View File

@@ -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