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:
authorAlex Zolotarev <alex@maps.me>2015-12-09 17:16:38 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:03:51 +0300
commit798fe6e920f36de9d254101b9cbe359304adc28f (patch)
tree0f55098ccbbbc86c6874cff3694eb4d28e99f209 /routing/routing_tests
parent9dab47abb1bf3ab07ff627b2ecd343daa0a3009c (diff)
Pugixml dependency for index library.
Diffstat (limited to 'routing/routing_tests')
-rw-r--r--routing/routing_tests/routing_tests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/routing_tests/routing_tests.pro b/routing/routing_tests/routing_tests.pro
index f9cad6e63f..cb08b6a878 100644
--- a/routing/routing_tests/routing_tests.pro
+++ b/routing/routing_tests/routing_tests.pro
@@ -7,7 +7,7 @@ TEMPLATE = app
ROOT_DIR = ../..
DEPENDENCIES = routing indexer platform_tests_support platform geometry coding base \
- osrm protobuf tomcrypt succinct jansson stats_client map
+ osrm protobuf tomcrypt succinct jansson stats_client map pugixml
macx-*: LIBS *= "-framework IOKit" "-framework SystemConfiguration"