From a49967168a7634333c78d89f1303bb415297ee9a Mon Sep 17 00:00:00 2001 From: omigamedev Date: Wed, 17 Jun 2026 15:08:18 +0200 Subject: [PATCH] Compile Apple platform services as ObjC++ --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 82a45201..768e1378 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)