Wire retained stroke polygon tests to poly2tri

This commit is contained in:
2026-06-13 11:45:40 +02:00
parent cf92181ae4
commit ed95b084f0
2 changed files with 136 additions and 1 deletions

View File

@@ -278,7 +278,12 @@ set_tests_properties(pp_paint_renderer_compositor_tests PROPERTIES
LABELS "renderer;paint;desktop-fast")
add_executable(pp_paint_renderer_stroke_execution_tests
paint_renderer/stroke_execution_tests.cpp)
paint_renderer/stroke_execution_tests.cpp
../libs/poly2tri/poly2tri/common/shapes.cc
../libs/poly2tri/poly2tri/sweep/advancing_front.cc
../libs/poly2tri/poly2tri/sweep/cdt.cc
../libs/poly2tri/poly2tri/sweep/sweep.cc
../libs/poly2tri/poly2tri/sweep/sweep_context.cc)
target_link_libraries(pp_paint_renderer_stroke_execution_tests PRIVATE
pp_paint_renderer
pp_test_harness)