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:
authorYuri Gorshenin <y@maps.me>2015-05-13 16:52:26 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:47:20 +0300
commitff2161f76efebd8ae59a2d8b0a818e00e92c2619 (patch)
tree167048e5109ceaf722cf01a8b54509f9be63f96b /routing/routing_tests/routing_tests.pro
parent334bc1a2310ee00ca14aad7fac0aa9c8159d2b49 (diff)
[build] Fixed linux build.
Diffstat (limited to 'routing/routing_tests/routing_tests.pro')
-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 280ef25cf9..0ace3c8808 100644
--- a/routing/routing_tests/routing_tests.pro
+++ b/routing/routing_tests/routing_tests.pro
@@ -6,7 +6,7 @@ CONFIG -= app_bundle
TEMPLATE = app
ROOT_DIR = ../..
-DEPENDENCIES = routing indexer platform geometry coding base osrm protobuf tomcrypt succinct jansson
+DEPENDENCIES = routing indexer platform geometry coding base osrm protobuf tomcrypt succinct jansson stats_client
macx-*: LIBS *= "-framework Foundation" "-framework IOKit"