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 'openlr/CMakeLists.txt')
-rw-r--r--openlr/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/openlr/CMakeLists.txt b/openlr/CMakeLists.txt
index f2c608028f..a021439a7c 100644
--- a/openlr/CMakeLists.txt
+++ b/openlr/CMakeLists.txt
@@ -35,7 +35,7 @@ set(
way_point.hpp
)
-add_library(${PROJECT_NAME} ${SRC})
+omim_add_library(${PROJECT_NAME} ${SRC})
add_subdirectory(openlr_match_quality)
add_subdirectory(openlr_stat)
omim_add_test_subdirectory(openlr_tests)