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

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

set(
  SRC
  test_with_classificator.cpp
  test_with_classificator.hpp
  test_with_custom_mwms.cpp
  test_with_custom_mwms.hpp
)

omim_add_library(${PROJECT_NAME} ${SRC})