Split Apple platform target and move platform state ownership
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user