forked from organicmaps/organicmaps
7 lines
153 B
CMake
7 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)
|