OLD | NEW |
1 { | 1 { |
2 'sources': [ | 2 'sources': [ |
3 '../tests/PathOpsAngleTest.cpp', | 3 '../tests/PathOpsAngleTest.cpp', |
4 '../tests/PathOpsBoundsTest.cpp', | 4 '../tests/PathOpsBoundsTest.cpp', |
5 '../tests/PathOpsCubicIntersectionTest.cpp', | 5 '../tests/PathOpsCubicIntersectionTest.cpp', |
6 '../tests/PathOpsCubicIntersectionTestData.cpp', | 6 '../tests/PathOpsCubicIntersectionTestData.cpp', |
7 '../tests/PathOpsCubicLineIntersectionTest.cpp', | 7 '../tests/PathOpsCubicLineIntersectionTest.cpp', |
8 '../tests/PathOpsCubicReduceOrderTest.cpp', | 8 '../tests/PathOpsCubicReduceOrderTest.cpp', |
9 '../tests/PathOpsCubicToQuadsTest.cpp', | 9 '../tests/PathOpsCubicToQuadsTest.cpp', |
10 '../tests/PathOpsDCubicTest.cpp', | 10 '../tests/PathOpsDCubicTest.cpp', |
11 '../tests/PathOpsDLineTest.cpp', | 11 '../tests/PathOpsDLineTest.cpp', |
12 '../tests/PathOpsDPointTest.cpp', | 12 '../tests/PathOpsDPointTest.cpp', |
13 '../tests/PathOpsDQuadTest.cpp', | 13 '../tests/PathOpsDQuadTest.cpp', |
14 '../tests/PathOpsDRectTest.cpp', | 14 '../tests/PathOpsDRectTest.cpp', |
15 '../tests/PathOpsDTriangleTest.cpp', | 15 '../tests/PathOpsDTriangleTest.cpp', |
16 '../tests/PathOpsDVectorTest.cpp', | 16 '../tests/PathOpsDVectorTest.cpp', |
17 '../tests/PathOpsExtendedTest.cpp', | 17 '../tests/PathOpsExtendedTest.cpp', |
| 18 '../tests/PathOpsInverseTest.cpp', |
18 '../tests/PathOpsLineIntersectionTest.cpp', | 19 '../tests/PathOpsLineIntersectionTest.cpp', |
19 '../tests/PathOpsLineParametetersTest.cpp', | 20 '../tests/PathOpsLineParametetersTest.cpp', |
20 '../tests/PathOpsOpCubicThreadedTest.cpp', | 21 '../tests/PathOpsOpCubicThreadedTest.cpp', |
21 '../tests/PathOpsOpRectThreadedTest.cpp', | 22 '../tests/PathOpsOpRectThreadedTest.cpp', |
22 '../tests/PathOpsOpTest.cpp', | 23 '../tests/PathOpsOpTest.cpp', |
23 '../tests/PathOpsQuadIntersectionTest.cpp', | 24 '../tests/PathOpsQuadIntersectionTest.cpp', |
24 '../tests/PathOpsQuadIntersectionTestData.cpp', | 25 '../tests/PathOpsQuadIntersectionTestData.cpp', |
25 '../tests/PathOpsQuadLineIntersectionTest.cpp', | 26 '../tests/PathOpsQuadLineIntersectionTest.cpp', |
26 '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp', | 27 '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp', |
27 '../tests/PathOpsQuadParameterizationTest.cpp', | 28 '../tests/PathOpsQuadParameterizationTest.cpp', |
28 '../tests/PathOpsQuadReduceOrderTest.cpp', | 29 '../tests/PathOpsQuadReduceOrderTest.cpp', |
29 '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp', | 30 '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp', |
30 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', | 31 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', |
31 '../tests/PathOpsSimplifyQuadThreadedTest.cpp', | 32 '../tests/PathOpsSimplifyQuadThreadedTest.cpp', |
32 '../tests/PathOpsSimplifyRectThreadedTest.cpp', | 33 '../tests/PathOpsSimplifyRectThreadedTest.cpp', |
33 '../tests/PathOpsSimplifyTest.cpp', | 34 '../tests/PathOpsSimplifyTest.cpp', |
34 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', | 35 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', |
35 '../tests/PathOpsTestCommon.cpp', | 36 '../tests/PathOpsTestCommon.cpp', |
36 '../tests/PathOpsThreadedCommon.cpp', | 37 '../tests/PathOpsThreadedCommon.cpp', |
37 '../tests/PathOpsCubicIntersectionTestData.h', | 38 '../tests/PathOpsCubicIntersectionTestData.h', |
38 '../tests/PathOpsExtendedTest.h', | 39 '../tests/PathOpsExtendedTest.h', |
39 '../tests/PathOpsQuadIntersectionTestData.h', | 40 '../tests/PathOpsQuadIntersectionTestData.h', |
40 '../tests/PathOpsTestCommon.h', | 41 '../tests/PathOpsTestCommon.h', |
41 '../tests/PathOpsThreadedCommon.h', | 42 '../tests/PathOpsThreadedCommon.h', |
42 ], | 43 ], |
43 } | 44 } |
OLD | NEW |