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:
authorIlya Grechuhin <i.grechuhin@gmail.com>2017-09-21 14:15:57 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2017-09-27 19:04:41 +0300
commite9785a011c3f0c96f7b249a5b1e09c401bed6e79 (patch)
treea7a2baa438335155e7785f0003ed1e5cdb159425 /CMakeLists.txt
parentc2348ae5912cc28c55794f43cf3eef4e849b742d (diff)
[xcode-9] [ios] Fixed cmake build.
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 5dcdd96f64..e2053bd182 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -313,6 +313,7 @@ add_subdirectory(3party/gflags)
add_subdirectory(3party/bsdiff-courgette)
add_subdirectory(base)
add_subdirectory(coding)
+add_subdirectory(generator/mwm_diff)
add_subdirectory(geometry)
add_subdirectory(platform)
add_subdirectory(3party/opening_hours)