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:
authorSergey Magidovich <mgsergio@mapswithme.com>2017-06-21 13:13:36 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-07-05 16:41:38 +0300
commit6e4a15c49e05c88d9701279a1a3d024c0088feba (patch)
tree455e1321172406827738bfe934365dc3842c9dd0 /ugc/CMakeLists.txt
parenta291aa1b62258dd1ee3200116e547db0de6f2ba7 (diff)
Add dynamic ugc storage.
Diffstat (limited to 'ugc/CMakeLists.txt')
-rw-r--r--ugc/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ugc/CMakeLists.txt b/ugc/CMakeLists.txt
index 03eadf3dc7..95d8d898de 100644
--- a/ugc/CMakeLists.txt
+++ b/ugc/CMakeLists.txt
@@ -5,6 +5,8 @@ set(
api.cpp
api.hpp
serdes.hpp
+ storage.cpp
+ storage.hpp
types.hpp
)