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: cc2c7d12cab3877a53fb98a2a38444f56ef4ea6c (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
)

add_library(${PROJECT_NAME} ${SRC})