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

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

set(
  SRC
  header_binary.hpp
  serdes.cpp
  serdes.hpp
  serdes_binary.cpp
  serdes_binary.hpp
  type_utils.cpp
  type_utils.hpp
  types.hpp
  visitors.hpp
)

omim_add_library(${PROJECT_NAME} ${SRC})

omim_add_pybindings_subdirectory(pykmlib)
omim_add_test_subdirectory(kml_tests)