Own Android platform services and narrow legacy fallback
This commit is contained in:
@@ -358,6 +358,9 @@ endif()
|
||||
if(TARGET pp_platform_linux)
|
||||
target_link_libraries(pp_platform_api_tests PRIVATE pp_platform_linux)
|
||||
endif()
|
||||
if(TARGET pp_platform_android)
|
||||
target_link_libraries(pp_platform_api_tests PRIVATE pp_platform_android)
|
||||
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