Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Melnichek <melnichek@gmail.com>2011-01-16 00:51:39 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:10:08 +0300
commit91103224e8fe0eb79c4d47fc87d1d49528d3329a (patch)
tree4c36b704f7dfe3f197b3f854209de94da7ab5e6e /geometry/geometry_tests/geometry_tests.pro
parent0980e48d8d4db20da92684dea42de871b153cd7e (diff)
Add polygon.hpp with tests.
Diffstat (limited to 'geometry/geometry_tests/geometry_tests.pro')
-rw-r--r--geometry/geometry_tests/geometry_tests.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/geometry/geometry_tests/geometry_tests.pro b/geometry/geometry_tests/geometry_tests.pro
index 322c5d1cb8..ba26c8c323 100644
--- a/geometry/geometry_tests/geometry_tests.pro
+++ b/geometry/geometry_tests/geometry_tests.pro
@@ -29,3 +29,4 @@ SOURCES += \
simplification_test.cpp \
transformations_test.cpp \
tree_test.cpp \
+ polygon_test.cpp \