Wire retained stroke polygon tests to poly2tri
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user