mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 04:24:29 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
13
libs/map/map_integration_tests/CMakeLists.txt
Normal file
13
libs/map/map_integration_tests/CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
project(map_integration_tests)
|
||||
|
||||
set(SRC
|
||||
interactive_search_test.cpp
|
||||
)
|
||||
|
||||
omim_add_test(${PROJECT_NAME} ${SRC})
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
search_tests_support
|
||||
generator_tests_support
|
||||
map
|
||||
)
|
||||
Reference in New Issue
Block a user