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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-08-05 15:01:46 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-08-07 15:11:09 +0300
commit26f348e47f45ebaa2a3def023d84b105ad8600c2 (patch)
tree38f8dae145e78beb3b5fcf17bb3773c8d616f61d /storage
parent0cb5cd6f0d7a875e6b71ad02a4da76ec403de8e6 (diff)
Moved obsolete watch renderer to own library
Diffstat (limited to 'storage')
-rw-r--r--storage/storage_integration_tests/CMakeLists.txt1
-rw-r--r--storage/storage_integration_tests/storage_integration_tests.pro2
-rw-r--r--storage/storage_tests/CMakeLists.txt1
-rw-r--r--storage/storage_tests/storage_tests.pro2
4 files changed, 4 insertions, 2 deletions
diff --git a/storage/storage_integration_tests/CMakeLists.txt b/storage/storage_integration_tests/CMakeLists.txt
index 50e68d1a05..cf504745bc 100644
--- a/storage/storage_integration_tests/CMakeLists.txt
+++ b/storage/storage_integration_tests/CMakeLists.txt
@@ -42,6 +42,7 @@ omim_link_libraries(
freetype
expat
icu
+ agg
jansson
protobuf
osrm
diff --git a/storage/storage_integration_tests/storage_integration_tests.pro b/storage/storage_integration_tests/storage_integration_tests.pro
index 2b87fcfed6..98381c425a 100644
--- a/storage/storage_integration_tests/storage_integration_tests.pro
+++ b/storage/storage_integration_tests/storage_integration_tests.pro
@@ -9,7 +9,7 @@ ROOT_DIR = ../..
DEPENDENCIES = map drape_frontend routing search storage tracking traffic routing_common ugc indexer drape \
partners_api local_ads platform_tests_support platform editor opening_hours geometry \
coding base freetype expat jansson protobuf osrm stats_client \
- minizip succinct pugixml oauthcpp stb_image sdf_image icu
+ minizip succinct pugixml oauthcpp stb_image sdf_image icu agg
include($$ROOT_DIR/common.pri)
diff --git a/storage/storage_tests/CMakeLists.txt b/storage/storage_tests/CMakeLists.txt
index 3c4c029a28..1ecd39928f 100644
--- a/storage/storage_tests/CMakeLists.txt
+++ b/storage/storage_tests/CMakeLists.txt
@@ -47,6 +47,7 @@ omim_link_libraries(
freetype
expat
icu
+ agg
jansson
tess2
protobuf
diff --git a/storage/storage_tests/storage_tests.pro b/storage/storage_tests/storage_tests.pro
index 2c91323149..970261c2d3 100644
--- a/storage/storage_tests/storage_tests.pro
+++ b/storage/storage_tests/storage_tests.pro
@@ -14,7 +14,7 @@ DEPENDENCIES = generator_tests_support generator
DEPENDENCIES *= drape_frontend map routing traffic routing_common \
search storage indexer drape platform_tests_support platform editor opening_hours geometry \
coding base freetype expat jansson tess2 protobuf osrm stats_client \
- minizip succinct pugixml oauthcpp stb_image sdf_image icu
+ minizip succinct pugixml oauthcpp stb_image sdf_image icu agg
include($$ROOT_DIR/common.pri)