Quiet platform and Apple validation wrappers

This commit is contained in:
2026-06-17 09:36:21 +02:00
parent 01ff014dd9
commit c1163e39e4
7 changed files with 343 additions and 12 deletions

View File

@@ -254,6 +254,12 @@ target_link_libraries(pp_platform_api
add_library(pp_platform_apple STATIC
${PP_PLATFORM_APPLE_SOURCES})
if(APPLE)
set_source_files_properties(
src/platform_apple/apple_platform_state.cpp
PROPERTIES
LANGUAGE OBJCXX)
endif()
target_include_directories(pp_platform_apple
PUBLIC
"${CMAKE_CURRENT_SOURCE_DIR}/src")