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/CMakeLists.txt')
-rw-r--r--ugc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ugc/CMakeLists.txt b/ugc/CMakeLists.txt
index 77bdf027c0..27ac9e0c34 100644
--- a/ugc/CMakeLists.txt
+++ b/ugc/CMakeLists.txt
@@ -23,5 +23,5 @@ set(
types.hpp
)
-add_library(${PROJECT_NAME} ${SRC})
+omim_add_library(${PROJECT_NAME} ${SRC})
omim_add_test_subdirectory(ugc_tests)