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:
authorTimofey <t.danshin@corp.mail.ru>2016-09-28 15:58:06 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-09-29 14:26:57 +0300
commitfd450f9ef59329916d96d397e7927322928ec77b (patch)
treefa6ffeb10671b19ce35d2bc013b4c356372f9dd4 /geometry
parentfef30938beb8ad68f27981b30013cdfbb1a765d1 (diff)
Opening hours lib and tests
Diffstat (limited to 'geometry')
-rw-r--r--geometry/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/geometry/CMakeLists.txt b/geometry/CMakeLists.txt
index 0cdcb8927a..bb14dbe953 100644
--- a/geometry/CMakeLists.txt
+++ b/geometry/CMakeLists.txt
@@ -48,4 +48,4 @@ set(
region2d/boost_concept.hpp
)
-omim_add_library(geometry ${SRC})
+add_library(geometry ${SRC})