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

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

set(
  SRC
  helpers.cpp
  helpers.hpp
  test_results_matching.cpp
  test_results_matching.hpp
  test_search_engine.cpp
  test_search_engine.hpp
  test_search_request.cpp
  test_search_request.hpp
  test_with_custom_mwms.hpp
)

omim_add_library(${PROJECT_NAME} ${SRC})