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:
Diffstat (limited to 'ugc/ugc_tests/CMakeLists.txt')
-rw-r--r--ugc/ugc_tests/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/ugc/ugc_tests/CMakeLists.txt b/ugc/ugc_tests/CMakeLists.txt
index 63638a70a8..333d762dac 100644
--- a/ugc/ugc_tests/CMakeLists.txt
+++ b/ugc/ugc_tests/CMakeLists.txt
@@ -3,19 +3,18 @@ project(ugc_tests)
set(
SRC
serdes_tests.cpp
- serdes_json_tests.cpp
)
omim_add_test(${PROJECT_NAME} ${SRC})
omim_link_libraries(
${PROJECT_NAME}
ugc
- jansson
indexer
platform
coding
geometry
base
+ jansson
stats_client
${LIBZ}
)