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:
authorYuri Gorshenin <mipt.vi002@gmail.com>2017-07-13 18:04:37 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2017-07-13 18:04:37 +0300
commit92358135885b3f71767fa8b6fc53af160ae58d9d (patch)
tree1a37c4f0935ebbe5668180a93e9841b50d963cee /ugc/CMakeLists.txt
parent498e98f8d0baf92b75ecac31cf96dbee2f3ec041 (diff)
[ugc] Binary SerDes. (#6577)
* [ugc] Binary SerDes. * Review fixes.
Diffstat (limited to 'ugc/CMakeLists.txt')
-rw-r--r--ugc/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/ugc/CMakeLists.txt b/ugc/CMakeLists.txt
index 95d8d898de..0ece65dac5 100644
--- a/ugc/CMakeLists.txt
+++ b/ugc/CMakeLists.txt
@@ -4,7 +4,14 @@ set(
SRC
api.cpp
api.hpp
+ binary/header_v0.hpp
+ binary/index_ugc.hpp
+ binary/serdes.cpp
+ binary/serdes.hpp
+ binary/ugc_holder.hpp
+ binary/visitors.hpp
serdes.hpp
+ serdes_json.hpp
storage.cpp
storage.hpp
types.hpp