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:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2018-11-02 04:36:07 +0300
committermpimenov <mpimenov@users.noreply.github.com>2018-11-23 13:49:43 +0300
commit7cd27d26171073cc20482ae0f5fbf695b985fdb4 (patch)
tree29dd01309ff151325b40da0bd69f91432572517c /CMakeLists.txt
parente4d44c3bfa8258dc9b25de46eeeb5928b83246a0 (diff)
[descriptions] Description section serializer and deserializer added.
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 be7b2a8333..d550aaee77 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -278,6 +278,7 @@ endif()
add_subdirectory(base)
add_subdirectory(coding)
+add_subdirectory(descriptions)
add_subdirectory(drape)
add_subdirectory(drape_frontend)
add_subdirectory(editor)