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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2018-06-19 15:29:53 +0300
committermpimenov <mpimenov@users.noreply.github.com>2018-06-22 17:36:17 +0300
commitcec8f91544707c624670b10eca6ecbc49d045dfc (patch)
tree10ef2a336033712c435f5c0c8b1b05cc2b36391d /CMakeLists.txt
parent62e8e85c156567c817c69d995a272cd27e7eb97c (diff)
UGC migration.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b697ce263e..8a18201471 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -64,6 +64,7 @@ option(USE_TSAN "Enable Thread Sanitizer" OFF)
option(PYBINDINGS "Create makefiles for building python bindings" OFF)
option(SKIP_DESKTOP "Skip building of desktop application" OFF)
option(BUILD_MAPSHOT "Build mapshot tool" OFF)
+option(UGC_MIGRATION "Build migration file for ugc" OFF)
option(USE_PCH "Use precompiled headers" OFF)
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")