Files
comaps/search/search_tests/CMakeLists.txt
Konstantin Pastbin e3e4a1985a Organic Maps sources as of 02.04.2025 (fad26bbf22ac3da75e01e62aa01e5c8e11861005)
To expand with full Organic Maps and Maps.ME commits history run:
  git remote add om-historic [om-historic.git repo url]
  git fetch --tags om-historic
  git replace squashed-history historic-commits
2025-05-08 21:10:51 +07:00

40 lines
870 B
CMake

project(search_tests)
set(SRC
algos_tests.cpp
bookmarks_processor_tests.cpp
feature_offset_match_tests.cpp
highlighting_tests.cpp
house_detector_tests.cpp
house_numbers_matcher_test.cpp
interval_set_test.cpp
keyword_lang_matcher_test.cpp
keyword_matcher_test.cpp
latlon_match_test.cpp
localities_source_tests.cpp
locality_finder_test.cpp
locality_scorer_test.cpp
locality_selector_test.cpp
mem_search_index_tests.cpp
point_rect_matcher_tests.cpp
query_saver_tests.cpp
ranking_tests.cpp
results_tests.cpp
region_info_getter_tests.cpp
segment_tree_tests.cpp
suggest_tests.cpp
string_match_test.cpp
text_index_tests.cpp
utm_mgrs_coords_match_test.cpp
)
omim_add_test(${PROJECT_NAME} ${SRC})
target_link_libraries(${PROJECT_NAME}
generator_tests_support
platform_tests_support
search_tests_support
search
kml
)