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

CMakeLists.txt « editor - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 005477e6b83814282bc262f27faeb8a11fdb6365 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
set(
  SRC
  changeset_wrapper.cpp
  changeset_wrapper.hpp
  config_loader.cpp
  config_loader.hpp
  editor_config.cpp
  editor_config.hpp
  editor_notes.cpp
  editor_notes.hpp
  editor_storage.cpp
  editor_storage.hpp
  opening_hours_ui.cpp
  opening_hours_ui.hpp
  osm_auth.cpp
  osm_auth.hpp
  osm_feature_matcher.cpp
  osm_feature_matcher.hpp
  server_api.cpp
  server_api.hpp
  ui2oh.cpp
  ui2oh.hpp
  user_stats.cpp
  user_stats.hpp
  xml_feature.cpp
  xml_feature.hpp
  yes_no_unknown.hpp
)

add_library(editor ${SRC})

omim_add_test_subdirectory(editor_tests)
omim_add_test_subdirectory(osm_auth_tests)