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

CMakeLists.txt « generator_tests_support « generator - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 26e5a9de686726593941b54d76fb8fbd047af732 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
project(generator_tests_support)

set(
  SRC
  routing_helpers.cpp
  routing_helpers.hpp
  test_feature.cpp
  test_feature.hpp
  test_mwm_builder.cpp
  test_mwm_builder.hpp
)

omim_add_library(${PROJECT_NAME} ${SRC})