mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-03 19:33:49 +00:00
8 lines
153 B
CMake
8 lines
153 B
CMake
project(traffic_tests)
|
|
|
|
set(SRC traffic_info_test.cpp)
|
|
|
|
omim_add_test(${PROJECT_NAME} ${SRC} REQUIRE_QT)
|
|
|
|
target_link_libraries(${PROJECT_NAME} traffic)
|