Split Apple platform target and move platform state ownership

This commit is contained in:
2026-06-17 01:03:01 +02:00
parent 5fdc9a9dd6
commit 90a55b86fe
18 changed files with 258 additions and 104 deletions

View File

@@ -352,6 +352,9 @@ add_executable(pp_platform_api_tests
target_link_libraries(pp_platform_api_tests PRIVATE
pp_platform_api
pp_test_harness)
if(TARGET pp_platform_apple)
target_link_libraries(pp_platform_api_tests PRIVATE pp_platform_apple)
endif()
add_test(NAME pp_platform_api_tests COMMAND pp_platform_api_tests)
set_tests_properties(pp_platform_api_tests PROPERTIES