Compile Apple platform services as ObjC++

This commit is contained in:
2026-06-17 15:08:18 +02:00
parent 0065c6dd9e
commit a49967168a

View File

@@ -260,6 +260,7 @@ add_library(pp_platform_apple STATIC
${PP_PLATFORM_APPLE_SOURCES})
if(APPLE)
set_source_files_properties(
src/platform_apple/apple_platform_services.cpp
src/platform_apple/apple_platform_state.cpp
PROPERTIES
LANGUAGE OBJCXX)