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 <y@maps.me>2017-06-20 16:11:46 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-07-05 16:41:38 +0300
commitf30a26682dea84584e6865890934cba7755d09c9 (patch)
treeeb84755e68c5882bbc2632f54f5ced8d9a2a7f98 /ugc/CMakeLists.txt
parentf5bdec0ba48a300b4c5718da3fbbc932531ffb09 (diff)
[ugc] Basic SerDes.
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 f1a77d90bb..03eadf3dc7 100644
--- a/ugc/CMakeLists.txt
+++ b/ugc/CMakeLists.txt
@@ -4,7 +4,9 @@ set(
SRC
api.cpp
api.hpp
+ serdes.hpp
types.hpp
)
add_library(${PROJECT_NAME} ${SRC})
+omim_add_test_subdirectory(ugc_tests)