| # | Line 17 | Line 17 | else | |
|---|---|---|
| 17 | ifeq "$(USE_CGAL)" "yes" | |
| 18 | Source = $(MySource) AlphaShape.cpp | |
| 19 | else | |
| 20 | < | Source = $(MySource) |
| 21 | < | endif |
| 22 | < | |
| 23 | < | ifeq "$(USE_QHULL)" "yes" |
| 20 | > | ifeq "$(USE_QHULL)" "yes" |
| 21 | Source = $(MySource) ConvexHull.cpp | |
| 22 | < | else |
| 22 | > | else |
| 23 | Source = $(MySource) | |
| 24 | + | endif |
| 25 | endif | |
| 26 | ||
| 27 | + | |
| 28 | RmiSource = | |
| 29 | ||
| 30 | Main = | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |