Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « ugc - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ece65dac59611ed87e1219cc7166a390bebb002 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
project(ugc)

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
)

add_library(${PROJECT_NAME} ${SRC})
omim_add_test_subdirectory(ugc_tests)