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-06-04 04:40:02 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:18:54 +0300
commit4142c414226e5e54480c43e24079c8dc346636ce (patch)
treec688fd0b90cfe295108478c4979b6ad9dad64e5b /geometry/geometry_tests/geometry_tests.pro
parent195af153b7d13b63c8e0836e4830e751c99a316a (diff)
Add DistanceOnEarth() and EarthRadiusMeters().
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 9fbbec2cc4..8651226ba8 100644
--- a/geometry/geometry_tests/geometry_tests.pro
+++ b/geometry/geometry_tests/geometry_tests.pro
@@ -17,6 +17,7 @@ HEADERS += \
SOURCES += \
../../testing/testingmain.cpp \
distance_test.cpp \
+ distance_on_sphere_test.cpp \
angle_test.cpp \
common_test.cpp \
screen_test.cpp \