Files
comaps/platform/platform_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

29 lines
573 B
CMake

project(platform_tests)
set(SRC
apk_test.cpp
country_file_tests.cpp
distance_tests.cpp
duration_tests.cpp
downloader_tests/downloader_test.cpp
downloader_utils_tests.cpp
get_text_by_id_tests.cpp
jansson_test.cpp
language_test.cpp
local_country_file_tests.cpp
location_test.cpp
measurement_tests.cpp
platform_test.cpp
meta_config_tests.cpp
products_tests.cpp
utm_mgrs_utils_tests.cpp
)
omim_add_test(${PROJECT_NAME} ${SRC} REQUIRE_QT REQUIRE_SERVER)
target_link_libraries(${PROJECT_NAME}
platform_tests_support
platform
cppjansson
)